SUMIF Cell Reference as Criteria

  • Thread starter Thread starter JEN_P
  • Start date Start date
J

JEN_P

Hello -
I want to do a sumif where the criteria is Less than or
equal to cell E61. I have the below formula working, but
it only sums the cells that are EQUAL to E61. I can't
figure out how to word it so it sums all cells <= E61.

=((SUMIF('[2004 Press Runs.xls]AA'!$A$2:$A$53,E61,'[2004
Press Runs.xls]AA'!$D$2:$D$53)))

Thank you!
Jenni
 
Hi

Try this:
=((SUMIF('[2004 Press Runs.xls]AA'!$A$2:$A$53,"<="&E61,'[2004 Press
Runs.xls]AA'!$D$2:$D$53)))
 
=SUMIF('[2004 Press Runs.xls]AA'!$A$2:$A$53,"<="&E61,'[2004
Press Runs.xls]AA'!$D$2:$D$53)


removed the outer braces.. they serve no purpose


keepITcool

< email : keepitcool chello nl (with @ and .) >
< homepage: http://members.chello.nl/keepitcool >


JEN_P said:
Hello -
I want to do a sumif where the criteria is Less than or
equal to cell E61. I have the below formula working, but
it only sums the cells that are EQUAL to E61. I can't
figure out how to word it so it sums all cells <= E61.

=((SUMIF('[2004 Press Runs.xls]AA'!$A$2:$A$53,E61,'[2004
Press Runs.xls]AA'!$D$2:$D$53)))

Thank you!
Jenni
 
Worked like a charm!
THANKS!
-----Original Message-----
Hi

Try this:
=((SUMIF('[2004 Press Runs.xls]AA'!
$A$2:$A$53,"<="&E61,'[2004 Press
Runs.xls]AA'!$D$2:$D$53)))

--
Andy.


Hello -
I want to do a sumif where the criteria is Less than or
equal to cell E61. I have the below formula working, but
it only sums the cells that are EQUAL to E61. I can't
figure out how to word it so it sums all cells <= E61.

=((SUMIF('[2004 Press Runs.xls]AA'! $A$2:$A$53,E61,'[2004
Press Runs.xls]AA'!$D$2:$D$53)))

Thank you!
Jenni


.
 
Thanks for the thanks!

--
Andy.


Jen_p said:
Worked like a charm!
THANKS!
-----Original Message-----
Hi

Try this:
=((SUMIF('[2004 Press Runs.xls]AA'!
$A$2:$A$53,"<="&E61,'[2004 Press
Runs.xls]AA'!$D$2:$D$53)))

--
Andy.


Hello -
I want to do a sumif where the criteria is Less than or
equal to cell E61. I have the below formula working, but
it only sums the cells that are EQUAL to E61. I can't
figure out how to word it so it sums all cells <= E61.

=((SUMIF('[2004 Press Runs.xls]AA'! $A$2:$A$53,E61,'[2004
Press Runs.xls]AA'!$D$2:$D$53)))

Thank you!
Jenni


.
 

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

Back
Top