+ Reply to Thread
Results 1 to 4 of 4

Extract character from product description

  1. #1
    Registered User
    Join Date
    12-02-2020
    Location
    Toronto
    MS-Off Ver
    2016
    Posts
    2

    Extract character from product description

    Hello,

    Need help on extracting character from uneven item descriptions. I want to extract SQFT from following lines.

    SPC-520 *** JASPER 4.3MMX152MM - 1MM PAD EVA 23.95SQFT/PI (55) - extract 23.95
    SPC-406 DENVER OAK 4.2MM 12UN/CS (50) 28.38 SQFT/PI2 extract 28.38

    Thank you advance for helping me out.

    Amin

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,819

    Re: Extract character from product description

    Assuming the first string is in A2, and also assuming there are 5 characters including the decimal point (2 examples are not sufficient to confirm this), you could use this in B2:

    =MID(A2,SEARCH("SQFT",A2)-6,6)*1

    then copy down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-02-2020
    Location
    Toronto
    MS-Off Ver
    2016
    Posts
    2

    Re: Extract character from product description

    Hi Pete,

    BIG BIG Thank you.

    Amin

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,819

    Re: Extract character from product description

    You're welcome - glad to help.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Find UOM Value in Product Description
    By josephteh in forum Excel Formulas & Functions
    Replies: 28
    Last Post: 08-23-2017, 04:54 AM
  2. [SOLVED] Remove Brand and Category from Product Description
    By RJK in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2015, 02:07 AM
  3. Replies: 1
    Last Post: 02-25-2013, 08:00 PM
  4. [SOLVED] [First post] Need help with detailed product description formatting
    By theark in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 09-19-2012, 08:55 AM
  5. Put in number of product and auto gives description
    By Steve Hopkins in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-27-2006, 05:25 AM
  6. [SOLVED] Lookup Problem:description of the product
    By Annette in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-15-2005, 11:07 PM

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