+ Reply to Thread
Results 1 to 3 of 3

How do I ignore negative values in a formula

  1. #1
    Registered User
    Join Date
    05-22-2007
    Posts
    2

    How do I ignore negative values in a formula

    I have a simple formula just adding up a colum of cells. The problem comes in when 1 of the cells ends upp with a negative number, my total gets thrown off.
    This is my formula:
    =SUM(K67:K97)

  2. #2
    Forum Contributor
    Join Date
    08-28-2006
    Posts
    280
    Try this.

    =SUMIF(K67:K97,">0")

    Dean

  3. #3
    Registered User
    Join Date
    05-22-2007
    Posts
    2

    Thanks

    Thanks for the quick reply, it worked great!

+ 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