Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Jonas,
Try: =SUMIF(A2:A34,F37,E2:E34) Cheers -- macropod [MVP - Microsoft Word] "Jonas" wrote in message ... 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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 "Jonas" wrote in message ... 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does this Formula work? | Excel Worksheet Functions | |||
Making this formula work | Excel Worksheet Functions | |||
Formula do not work until edited | Excel Discussion (Misc queries) | |||
IF / VLOOKUP formula won't work until saved | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |