+ Reply to Thread
Results 1 to 5 of 5

Parcing spacific data from a cell

  1. #1
    Registered User
    Join Date
    02-02-2007
    Posts
    20

    Parcing spacific data from a cell

    I export from a data base and the way it shows up in excel is "' 5: 0", the only info I need is the number 5, which represent the number of jobs assigned to a tech. How can extract the number 5 from "'5: 0"? Even if it is extracted to another cell that's fine.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    If the data is consistent, then try:

    =MID(A1,FIND("'",A1)+1,FIND(":",A1)-1-FIND("'",A1))+0

    where A1 houses first string. Change if required and copy formula down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    08-08-2005
    Location
    Kansas, USA
    MS-Off Ver
    2016
    Posts
    293
    You could try Data/Text to Columns, and specify the colon as the delimiter.

  4. #4
    Registered User
    Join Date
    02-02-2007
    Posts
    20
    I tried NVBC's tip and that would only return a #value! error. I did change A1 to the cell I was working with.

    Not sure what gjcase was refering to. I'm a bit of a novise, could you please expand on your idea some more.

    Thanks.

  5. #5
    Registered User
    Join Date
    02-02-2007
    Posts
    20
    I researched the MID function and a simple MID function worked fine because all my data had a standard format. Thanks for your help.

+ 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