+ Reply to Thread
Results 1 to 6 of 6

Pulling out specific set of info from a cell

  1. #1
    Registered User
    Join Date
    05-14-2012
    Location
    Spring Valley, NY
    MS-Off Ver
    Excel 2010
    Posts
    31

    Pulling out specific set of info from a cell

    Hi I have a unique request that I hope someone can assist me.

    I am trying to pull out just the 6 digit skus in the cell that has these error messages verbiage.

    Please see the attached file for an example.

    Thank you!!

    YR
    Attached Files Attached Files

  2. #2
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,765

    Re: Pulling out specific set of info from a cell

    I didn't get any idea, so I've written VBA for You (I hope you can use macro in your excel).

    Please Login or Register  to view this content.
    as in your file, based on huge string in cell A1, when you run this macro you will get all SKUs listed in cell A2:AX, depends how many SKU macro gets.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2502
    Posts
    13,700

    Re: Pulling out specific set of info from a cell

    If I've interpreted correctly try this in cell B5 and fill down until you get blanks.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Pulling out specific set of info from a cell

    A3 needs to be blank
    Please try at AB3 and drag down

    =IFERROR(MID(A$1,FIND("SKU",A$1,FIND(A2,A$1))+4,6),CHAR(9))
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-14-2012
    Location
    Spring Valley, NY
    MS-Off Ver
    Excel 2010
    Posts
    31

    Re: Pulling out specific set of info from a cell

    Hi, I am attaching the full array of data of where I'm trying to pull out just the list of skus:

    I can't seem to copy it all into one cell and use your formula. I saved the array in notepad, can you tell me what is the best way to do this? Thank you so much for your time!

    YR
    Attached Files Attached Files

  6. #6
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Pulling out specific set of info from a cell

    Just one way to do.

    Copy text to A1, it will split to 4 rows or more

    C1 drag down and across
    =IFERROR(MID($A1,FIND("SKU",$A1,FIND(B1,$A1))+4,6),CHAR(9))
    Attached Files Attached Files

+ 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. Pulling specific info from one sheet to another if it meets criteria
    By gmr4evr1 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-28-2016, 04:50 PM
  2. Replies: 7
    Last Post: 11-06-2015, 11:56 AM
  3. Pulling a Specific Cell when Pulling a Tabel from Web Based Data
    By Zallen89 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-26-2013, 05:39 PM
  4. Macro for returning cell info after pulling numbers from web
    By DrSues02 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-04-2009, 02:56 PM
  5. Replies: 3
    Last Post: 09-22-2008, 11:36 AM
  6. Pulling Info From Cell To Form Label
    By smithb2@student.gvsu.edu in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-18-2006, 12:15 AM
  7. Pulling a Letter from a cell and filling another cell with info
    By nick s in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 11-28-2005, 12:15 AM

Tags for this Thread

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