+ Reply to Thread
Results 1 to 4 of 4

SUM only positive values?

  1. #1
    Registered User
    Join Date
    12-01-2010
    Location
    Norwich England
    MS-Off Ver
    Excel 2003
    Posts
    5

    SUM only positive values?

    I have a column set to currency that includes negative values, text and positive values (yes I know that's not good). Is there any way I can write =SUM(C2:C100) and qualify it with an additional statement? Thanks.
    Last edited by Kochanski; 12-03-2010 at 09:15 AM.

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: SUM only positive values?

    Something like:

    =SUMIF(C2:C100,">"&0,C2:C100)

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: SUM only positive values?

    Though in this instance given the values being summed are the same as those being "critiqued" the 2nd range reference isn't necessary.

  4. #4
    Registered User
    Join Date
    12-01-2010
    Location
    Norwich England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: SUM only positive values?

    Thanks for this.

+ 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