=SUMIF(A2:A34,"=F37",E2:E34) Why doesn't this formula work

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ranges A2:A34 contain dates. A date entered into F37 is intended to return
the sums that match from E2:E34. Why do I only return zero?
 
Because you are asking it to sum for the text "F37"

no need for the equal sign when all you want is equal to

=SUMIF(A2:A34,F37,E2:E34)

if you want greater than you would need

=SUMIF(A2:A34,">"&F37,E2:E34)

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey
 

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