+ Reply to Thread
Results 1 to 2 of 2

Using Left function to extract varying number of text

  1. #1
    Registered User
    Join Date
    03-31-2008
    Posts
    8

    Using Left function to extract varying number of text

    Hi,

    I wish to use the =left function to extract the ID number from a Product description cell. However, the ID number varies in length and I want the function to do the following:

    =left(A1, stop when first blank appears)

    Can anybody help?

  2. #2
    Registered User
    Join Date
    07-09-2008
    Location
    Melbourne
    Posts
    33
    =LEFT(A1,FIND(" ",A1)-1)

    Assuming that by blank you mean space.

+ 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