+ Reply to Thread
Results 1 to 7 of 7

"Plus" (+) sign next to positive numbers

  1. #1
    Registered User
    Join Date
    03-21-2005
    Location
    Montreal
    Posts
    18

    "Plus" (+) sign next to positive numbers

    Hi.

    This may sound like a very stupid question, but how do you make a "plus" (+) sign appear next to positive numbers?

    I'm using a formula that calculates the difference between two cells, and I'd like to visualize the positive change with a "plus" sign next to the number. I know I can also do conditional formatting for the same effect, but I'm already using that, and I feel a "plus" sign would be visually better.

    Any help is appreciated.

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

    This may sound like a very stupid question, but how do you make a "plus" (+) sign appear next to positive numbers?

    I'm using a formula that calculates the difference between two cells, and I'd like to visualize the positive change with a "plus" sign next to the number. I know I can also do conditional formatting for the same effect, but I'm already using that, and I feel a "plus" sign would be visually better.

    Any help is appreciated.
    See if this formula is what you like ...

    =if(A1-B1>0,"+"&(A1-B1),A1-B1)

    OR this,

    =if(A1-B1>0,(A1-B1)&"+",A1-B1)
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    03-08-2005
    Posts
    9
    You might want to try a Custom Number Format like the one below:

    "+"#,##0.0;"-"#,##0.0;#,##0.0

    It puts a plus sign in front of positive amounts, a minus before negatives, and nothing in front of zeroes.

    That way, the differences are still numbers and can be aggregated.

    Format>Cells>Number Tab>Category>Custom
    Then copy the above format into the Type input box.

    Regards,
    Ron

  4. #4
    Registered User
    Join Date
    03-21-2005
    Location
    Montreal
    Posts
    18
    Thanks a bunch BenjieLop and RGC! Both solutions worked, but I found RGC's easier to apply because it deals only with formatting.

    Thanks again to both of you!

  5. #5
    Registered User
    Join Date
    08-13-2019
    Location
    Jacksonville, OR
    MS-Off Ver
    2010
    Posts
    3

    Re: "Plus" (+) sign next to positive numbers

    Thanks, RGC. This is great. However, I'm trying to track weight loss, so positive numbers are actually weight lost, and negative numbers are pounds gained. How can I reverse what you posted above so that positive numbers get a minus sign in front and negative numbers get a plus sign indicating weight gain?

  6. #6
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: "Plus" (+) sign next to positive numbers

    bobmac1547, welcome to the forum but please check the forum rules, in this instance rule #4 about posting a new help request in an existing thread. Please start your own post (it is free after all ) and if you feel this post is particularly relevant put in the link to it on your post.
    thanks.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: "Plus" (+) sign next to positive numbers

    SK beat me to it.

    Administrative Note:

    Hello bobmac1547. Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    Dave

+ 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