+ Reply to Thread
Results 1 to 5 of 5

SUMIF issues

Hybrid View

ian_a91 SUMIF issues 06-04-2015, 09:26 AM
Jonmo1 Re: SUMIF issues 06-04-2015, 09:29 AM
sktneer Re: SUMIF issues 06-04-2015, 09:30 AM
ian_a91 Re: SUMIF issues 06-04-2015, 09:37 AM
Jonmo1 Re: SUMIF issues 06-04-2015, 09:38 AM
  1. #1
    Registered User
    Join Date
    04-24-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2007
    Posts
    8

    SUMIF issues

    Hi,

    I'm trying to do the following

    If Cell D11 is greater than zero than sum cells E11:L11

    I've tried the following formula;

    =SUMIF(D11,">0",E11:L11)

    But its only returning the value from cell E11

    Would really appreciate any help with this.

    Thanks

    Ian

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUMIF issues

    To do 'exactly' what you wrote here.
    Quote Originally Posted by ian_a91 View Post
    If Cell D11 is greater than zero than sum cells E11:L11
    That would be =IF(D11>0,SUM(E11:L11),"")

    You didn't specify what to do if D11 is NOT greater than 0, so I just made it return "".

  3. #3
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: SUMIF issues

    Try this.....
    =IF(D11>0,SUM(E11:L11),"")
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  4. #4
    Registered User
    Join Date
    04-24-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: SUMIF issues

    Thanks for the help guys was going round in circles a bit

    thanks again

    Ian

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUMIF issues

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. countif/sumif issues
    By trisoldee in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-07-2015, 09:15 AM
  2. [SOLVED] Sumif Issues
    By Tamarissa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-17-2014, 02:52 PM
  3. SUMPRODUCT/SUMIF Issues
    By Jskrilla in forum Excel General
    Replies: 4
    Last Post: 06-02-2014, 12:27 PM
  4. [SOLVED] Need help regarding issues with SUMIF(S)
    By floridarcher in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-24-2013, 05:30 AM
  5. SUMIF and SUMPRODUCT issues
    By djbcktt in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-19-2013, 05:38 PM

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