Thread: sumif formula
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Ms-Exl-Learner Ms-Exl-Learner is offline
external usenet poster
 
Posts: 506
Default sumif formula

Use your sumif formula like this...

=SUMIF(Sheet2!A:A,Sheet1!A4,Sheet2!B:B)+SUMIF(Shee t3!A:A,Sheet1!A4,Sheet3!B:B)

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Rohit" wrote:

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