+ Reply to Thread
Results 1 to 4 of 4

remove cr character from a + number and change number to - 159cr

  1. #1
    Cr character on numbers
    Guest

    remove cr character from a + number and change number to - 159cr

    I need help I want to remove the "cr" character from + number and change the
    + number to negative on a worksheet.
    Example 215,814.58cr

    Result= - 215,814.58

    Thank you

  2. #2
    Kevin Vaughn
    Guest

    RE: remove cr character from a + number and change number to - 159cr

    =IF(RIGHT(A21,2) ="cr",VALUE(LEFT(A21,LEN(A21) - 2)) * -1, A21)

    --
    Kevin Vaughn


    "Cr character on numbers" wrote:

    > I need help I want to remove the "cr" character from + number and change the
    > + number to negative on a worksheet.
    > Example 215,814.58cr
    >
    > Result= - 215,814.58
    >
    > Thank you


  3. #3
    Cr character on numbers
    Guest

    RE: remove cr character from a + number and change number to - 159

    Thank Kevin, It works

    "Kevin Vaughn" wrote:

    > =IF(RIGHT(A21,2) ="cr",VALUE(LEFT(A21,LEN(A21) - 2)) * -1, A21)
    >
    > --
    > Kevin Vaughn
    >
    >
    > "Cr character on numbers" wrote:
    >
    > > I need help I want to remove the "cr" character from + number and change the
    > > + number to negative on a worksheet.
    > > Example 215,814.58cr
    > >
    > > Result= - 215,814.58
    > >
    > > Thank you


  4. #4
    Kevin Vaughn
    Guest

    RE: remove cr character from a + number and change number to - 159

    You're welcome.
    --
    Kevin Vaughn


    "Cr character on numbers" wrote:

    > Thank Kevin, It works
    >
    > "Kevin Vaughn" wrote:
    >
    > > =IF(RIGHT(A21,2) ="cr",VALUE(LEFT(A21,LEN(A21) - 2)) * -1, A21)
    > >
    > > --
    > > Kevin Vaughn
    > >
    > >
    > > "Cr character on numbers" wrote:
    > >
    > > > I need help I want to remove the "cr" character from + number and change the
    > > > + number to negative on a worksheet.
    > > > Example 215,814.58cr
    > > >
    > > > Result= - 215,814.58
    > > >
    > > > Thank you


+ 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