A Microsoft Excel forum. ExcelBanter

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 » ExcelBanter forum » Excel Newsgroups » Excel Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Have the SUMIF result (formula) on a separate sheet/tab



 
 
Thread Tools Display Modes
  #1  
Old August 10th 12, 09:57 PM
jensfrees jensfrees is offline
Junior Member
 
First recorded activity by ExcelBanter: Aug 2012
Posts: 1
Question Have the SUMIF result (formula) on a separate sheet/tab

My knowledge in excel is rather basic, but I did figure out how to make a SUMIF function work. My problem is that I can only make it work when I keep the formula on the same sheet where the numbers are. I would like it to be on a second tab (sheet). I have tried to insert Sheet1!, but it does not work. This is my little formula - could anyone possibly help my out? Thanks in advance!

=SUMIF(A2:A70,"Brazil",G2:G70)
Ads
  #2  
Old August 11th 12, 03:57 AM posted to microsoft.public.excel.worksheet.functions
joeu2004[_2_]
external usenet poster
 
Posts: 637
Default Have the SUMIF result (formula) on a separate sheet/tab

"jensfrees" > wrote:
> My problem is that I can only make it work when I
> keep the formula on the same sheet where the numbers
> are. I would like it to be on a second tab (sheet).
> I have tried to insert Sheet1!, but it does not work.

[....]
> =SUMIF(A2:A70,"Brazil",G2:G70)


Since you do not show how you inserted Sheet1, we cannot tell you what you
did wrong. Try:

=SUMIF(Sheet1!A2:A70,"Brazil",Sheet1!G2:G70)

  #3  
Old August 11th 12, 06:48 AM
Spencer101 Spencer101 is offline
Senior Member
 
First recorded activity by ExcelBanter: Mar 2012
Posts: 654
Default

Quote:
Originally Posted by jensfrees View Post
My knowledge in excel is rather basic, but I did figure out how to make a SUMIF function work. My problem is that I can only make it work when I keep the formula on the same sheet where the numbers are. I would like it to be on a second tab (sheet). I have tried to insert Sheet1!, but it does not work. This is my little formula - could anyone possibly help my out? Thanks in advance!

=SUMIF(A2:A70,"Brazil",G2:G70)
The easiest way is rather than typing the cell ranges in, use the mouse to select them. So type in =SUMIF( then use the mouse to select the range. If that hapens to be on a different worksheet or even in a different workbook, Excel will add the required symbols to the formula for you.
 




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 On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
round result of sumif formula Lilyput Excel Worksheet Functions 13 January 17th 10 11:30 PM
Can I annotate a formula result in Sheet 1 in Sheet 2 by Cell Addr Rebecca Bauer Excel Worksheet Functions 2 August 27th 07 07:20 PM
multiply formula where 1 cell has a (sumif) formula as a result kcip Excel Worksheet Functions 1 May 3rd 07 07:41 AM
create a formula in one sheet that would read data from separate sheet automatically QD Excel Discussion (Misc queries) 0 December 8th 06 04:17 AM
Sumif formula not giving result abanerji Excel Discussion (Misc queries) 5 June 13th 06 07:20 PM


All times are GMT +1. The time now is 07:56 PM.


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