+ Reply to Thread
Results 1 to 4 of 4

SUMIF not giving me the correct answer

  1. #1
    Registered User
    Join Date
    06-16-2008
    Posts
    9

    Question SUMIF not giving me the correct answer

    This is the formula that I am using =SUMIF($D3:$G3,$R$1,$F3:$G3) I want the answer to be F3 + G3, it's giving me only F3. What am I going wrong? Any suggestions?

  2. #2
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: SUMIF not giving me the correct answer

    your formula should be:

    Please Login or Register  to view this content.
    or simply:

    Please Login or Register  to view this content.
    try that and see if the result is to your liking.
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

  3. #3
    Registered User
    Join Date
    06-16-2008
    Posts
    9

    Re: SUMIF not giving me the correct answer

    These didn't work. Thanks for your help. I ended up using this formula and it gave me the answer I was looking for. =IF($D3=$R$1,$F3)+IF($D3=$R$1,$G3) probably not the cleanest formula but I got the results. Thanks.

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: SUMIF not giving me the correct answer

    Shorter version..

    =IF($D3=$R$1,SUM($F3,$G3),0)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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