View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
macropod
 
Posts: n/a
Default =SUMIF(A2:A34,"=F37",E2:E34) Why doesn't this formula work

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?