+ Reply to Thread
Results 1 to 4 of 4

Why does the + character keep disapearing?

  1. #1
    Registered User
    Join Date
    10-04-2007
    Posts
    2

    Why does the + character keep disapearing?

    I don't know Excel at all and only wanted to use it because it keeps everything neat and organized. I have a column that displays the difference in received and verified inventory. Most of it reads 0, I have what is sent, but sometimes I'm short a piece or two and sometimes I received more than what they think they sent. I understand that 5 is a positive number and doesn't technically need the plus sign in front of it but I think it would read better if it did. How can I get Excel to stop deleting the plus sign when I type it in? In the end I want a column that reads like:
    0
    0
    0
    -3
    0
    +2
    0
    etc etc. Thanks!

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Maybe a custom format would work

    [<0]"-"0;[>0]"+"0;General

    or

    +0;-0

    or

    +0.00;-0.00


    VAB Noob
    Last edited by VBA Noob; 10-04-2007 at 01:59 PM.
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    10-04-2007
    Posts
    2
    thanks, i apreciate your help and .+5 works so i guess i'll use that. Why does Microsoft have to make everything so complicated?

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    They tried to implement a new software system at work and when we pointed out the bugs they would say it actually a feature

    So depends on your point of view I guess

    VBA Noob

+ 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