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

J

jensfrees

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

=SUMIF(A2:A70,"Brazil",G2:G70
 
J

joeu2004

jensfrees said:
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)
 
S

Spencer101

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

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

The easiest way is rather than typing the cell ranges in, use the mous
to select them. So type in =SUMIF( then use the mouse to select th
range. If that hapens to be on a different worksheet or even in
different workbook, Excel will add the required symbols to the formul
for you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top