+ Reply to Thread
Results 1 to 7 of 7

Excel Formula Help for Finding and Extracting Data

  1. #1
    Registered User
    Join Date
    11-30-2009
    Location
    chicago
    MS-Off Ver
    Excel 2003
    Posts
    10

    Excel Formula Help for Finding and Extracting Data

    Hello, I am in need of a formula or method to find and extract specific data from a large spreadsheet inventory into another spreadsheet. Any help is greatly appreciated.

    Thanks in advance.

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

    Re: Excel Formula Help for Finding and Extracting Data

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!
    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
    Registered User
    Join Date
    11-30-2009
    Location
    chicago
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Excel Formula Help for Finding and Extracting Data

    dummy workbood is attached. the first data set is what i currently have, the second data set below it is what i would like to find and extract out onto another spreadsheet.
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Excel Formula Help for Finding and Extracting Data

    So is it anything that starts with n in column D?

  5. #5
    Registered User
    Join Date
    11-30-2009
    Location
    chicago
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Excel Formula Help for Finding and Extracting Data

    yes, anything beginning with n. but in general id like to be able to pick out anything beginning with "x" or "x-6" and extract the entire row out.

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Excel Formula Help for Finding and Extracting Data

    See attached..

    Input Cell is A12

    Formula in E2: =COUNTIF(D$2:D2,"*"&$A$12&"*") copied down to count the number of wildcard matches...

    Formula in F2: =MAX($E$2:$E$7) to determine total matches

    Formula in A14: =IF(ROWS($A$1:$A1)>$F$2,"",INDEX(A$2:A$7,MATCH(ROWS($A$1:$A1),$E$2:$E$7,0)))

    copied down as far as you want and across 4 columns

    Adjust all ranges, references to suit.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    11-30-2009
    Location
    chicago
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Excel Formula Help for Finding and Extracting Data

    so then how do you go about extracting the data that your formula selects?

    "filter by selected cells value"?

    hold on a sec. ill fool around with this for a bit and get back to you, thanks
    Last edited by dlaw13; 01-21-2010 at 03:15 PM.

+ 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