Thread: sumif formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default sumif formula

Just string 2 SUMIFs together:

=SUMIF(Sheet1!A1:A10,"A4",Sheet1!B1:B10)+SUMIF(She et2!A1:A10,"A4",Sheet2!B1:B10)

--
Biff
Microsoft Excel MVP


"Rohit" wrote in message
...
Hi
is it possible to write a sumif formula to get data from two sheet at the
same time.
I want to look for "A4" from Sheet1 & Sheet2 at the same time. the idea
here
is if "A4" is in both tabs than give me the sum figure.

Thanks