+ Reply to Thread
Results 1 to 2 of 2

Negative Numbers to Zero

  1. #1
    Registered User
    Join Date
    07-29-2006
    Posts
    1

    Negative Numbers to Zero

    I am looking for a way to have negative numbers show up as 0. Any clue???

  2. #2
    Toppers
    Guest

    RE: Negative Numbers to Zero

    =MAX(A1,0)

    Or

    =If(A1<0,0,A1)

    HTH

    "MSG K" wrote:

    >
    > I am looking for a way to have negative numbers show up as 0. Any
    > clue???
    >
    >
    > --
    > MSG K
    > ------------------------------------------------------------------------
    > MSG K's Profile: http://www.excelforum.com/member.php...o&userid=36914
    > View this thread: http://www.excelforum.com/showthread...hreadid=566270
    >
    >


+ 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