+ Reply to Thread
Results 1 to 2 of 2

minus sign

  1. #1
    Registered User
    Join Date
    06-16-2005
    Posts
    8

    minus sign

    some cells have numbers like 345- instead of -345, can someone suggest a function that changes the minus sign around.
    PS some cells have more than 3 numbers. Thanks evereyone.

  2. #2
    Niek Otten
    Guest

    Re: minus sign

    =IF(RIGHT(A1,1)="-",-VALUE(LEFT(A1,LEN(A1)-1)),A1)

    --
    Kind regards,

    Niek Otten

    "tom mcdonald" <[email protected]> wrote in message
    news:[email protected]...
    |
    | some cells have numbers like 345- instead of -345, can someone suggest
    | a function that changes the minus sign around.
    | PS some cells have more than 3 numbers. Thanks evereyone.
    |
    |
    | --
    | tom mcdonald
    | ------------------------------------------------------------------------
    | tom mcdonald's Profile: http://www.excelforum.com/member.php...o&userid=24369
    | View this thread: http://www.excelforum.com/showthread...hreadid=534053
    |



+ 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