+ Reply to Thread
Results 1 to 2 of 2

splitting text from one cell

  1. #1
    rogera
    Guest

    splitting text from one cell

    I need to remove specified data from a single cell and place on the same row
    in another column. Not all data will be the same eg 100mg, 200mg etc

  2. #2
    Bernard Liengme
    Guest

    Re: splitting text from one cell

    Not too clear; what data?
    Do you want to extract the number from the text?
    This will extract 100 from 100mg and 5 from 5mg:
    =--LEFT(A1,FIND("m",A1)-1)
    Any help?
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "rogera" <[email protected]> wrote in message
    news:[email protected]...
    >I need to remove specified data from a single cell and place on the same
    >row
    > in another column. Not all data will be the same eg 100mg, 200mg etc




+ 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