A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

sumif formula



 
 
Thread Tools Display Modes
  #1  
Old November 6th, 2009, 05:31 AM posted to microsoft.public.excel.newusers
ROHIT
external usenet poster
 
Posts: 36
Default sumif formula

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
  #2  
Old November 6th, 2009, 05:55 AM posted to microsoft.public.excel.newusers
T. Valko
external usenet poster
 
Posts: 15,759
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



  #3  
Old November 6th, 2009, 06:21 AM posted to microsoft.public.excel.newusers
Ms-Exl-Learner
external usenet poster
 
Posts: 522
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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:53 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.