+ Reply to Thread
Results 1 to 4 of 4

Is it possible to show zero for negative numbers

  1. #1
    Registered User
    Join Date
    02-12-2005
    Posts
    6

    Is it possible to show zero for negative numbers

    Hi all.

    I have a spreadsheet where multiple columns are added together. In the final total column I would like all negative numbers to appear as zero. I would like to retain the actual figure but just to display zero, while all positive numbers I would like to display as normal.

    Is this possible to do?

    Thank you.

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by kiwicolin
    Hi all.

    I have a spreadsheet where multiple columns are added together. In the final total column I would like all negative numbers to appear as zero. I would like to retain the actual figure but just to display zero, while all positive numbers I would like to display as normal.

    Is this possible to do?

    Thank you.
    Will this help?

    =if(your_formula<0,0,your_formula)
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    02-12-2005
    Posts
    6
    Excellent

    Thanks for your help.

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by kiwicolin
    Excellent

    Thanks for your help.
    You're welcome ... thanks for the feedback.

+ 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