+ Reply to Thread
Results 1 to 3 of 3

Split PN and Price

Hybrid View

  1. #1
    Andri
    Guest

    Split PN and Price

    Hello,
    Need your help i have a text looks like this:
    10-44 $ 1,018.00 90
    107-337 $ 266.35 90

    the left portion is the part number and after dollar is the price.

    Which function to be used in order to split the text. while the PN is
    different digit.

    TIA.

    Andri

  2. #2
    JE McGimpsey
    Guest

    Re: Split PN and Price

    One way:

    Data/Text to Columns/Delimited/Other [$]

    In article <[email protected]>,
    "Andri" <[email protected]> wrote:

    > Need your help i have a text looks like this:
    > 10-44 $ 1,018.00 90
    > 107-337 $ 266.35 90
    >
    > the left portion is the part number and after dollar is the price.
    >
    > Which function to be used in order to split the text. while the PN is
    > different digit.


  3. #3
    xlbo
    Guest

    Re: Split PN and Price

    To keep the data together, you would be able to use the following formulae
    BUT you are showing "90" at the end of each line - is this how the data is
    laid out in your sheet ?

    =TRIM( LEFT( A1 , FIND( "$" , A1 ) ) )

    =VALUE( TRIM( RIGHT( A1 , LEN( A1 ) - FIND( "$" , A1 ) ) ) )
    --
    Rgds, Geoff

    "A crash reduces
    Your expensive computer
    To a simple stone"


    "JE McGimpsey" wrote:

    > One way:
    >
    > Data/Text to Columns/Delimited/Other [$]
    >
    > In article <[email protected]>,
    > "Andri" <[email protected]> wrote:
    >
    > > Need your help i have a text looks like this:
    > > 10-44 $ 1,018.00 90
    > > 107-337 $ 266.35 90
    > >
    > > the left portion is the part number and after dollar is the price.
    > >
    > > Which function to be used in order to split the text. while the PN is
    > > different digit.

    >


+ 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