+ Reply to Thread
Results 1 to 3 of 3

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

  1. #1
    Jonas
    Guest

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

    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. #2
    macropod
    Guest

    Re: =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" <[email protected]> wrote in message
    news:[email protected]...
    > 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. #3
    Peo Sjoblom
    Guest

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

    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" <[email protected]> wrote in message
    news:[email protected]...
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1