+ Reply to Thread
Results 1 to 2 of 2

adding a '+' in front of a positive number

  1. #1
    mike
    Guest

    adding a '+' in front of a positive number

    Hello all,

    anyone know how to make a '+' sign show up in front of a positive
    number?

    also, if there is no 'clean' way to do it, how do you concatenate a
    text string with an equation (i.e., something like '=A1+A12')

    thanks,
    Mike


  2. #2
    Peo Sjoblom
    Guest

    Re: adding a '+' in front of a positive number

    Use a custom format like +0.00;-0.00;0.00

    ="Text string"&TEXT(A1+A12,"format")

    so using the custom format

    ="Text string"&TEXT(A1+A12,"+0.00;-0.00;0.00")

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "mike" <[email protected]> wrote in message
    news:[email protected]...
    > Hello all,
    >
    > anyone know how to make a '+' sign show up in front of a positive
    > number?
    >
    > also, if there is no 'clean' way to do it, how do you concatenate a
    > text string with an equation (i.e., something like '=A1+A12')
    >
    > thanks,
    > Mike
    >



+ 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