+ Reply to Thread
Results 1 to 2 of 2

Pulling row data by cell text

  1. #1
    Registered User
    Join Date
    09-17-2013
    Location
    New Jersey
    MS-Off Ver
    Excel 2010
    Posts
    1

    Pulling row data by cell text

    I am looking to pull data to a new worksheet by name and following data in that row. For example

    In the new worksheet I want pull all sales date for customer named "ABC".

    In the old or original worksheek ABC is: Column A is Customer Name ("ABC"), Column B is units sold, and Column C is dollar sales.

    On the new worksheet can I put a formula to pull all ABC data in column B and C? Keep in mind the new sheet will not be organized the same way as the old worksheet ie... Customer ABC will not be in the same cronilogical order so I can not simpily =oldsheetA3


    Thanks

    Liam

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Pulling row data by cell text

    a2 : ABC

    B2: INDEX(oldsheet!$b$2:$C$5000,match($a2,oldsheet!$a$2:$a$5000,0),match(b$1,oldsheet!$b$1:$c$1,0))

    copy formula over and down as needed

    This will look up A2 in the the first column of oldsheet to match the row, lookup the header in B1/C1 to match the column, and pull whatever lines up in the table on the first page.

+ 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 text data and dollar amount data from same cell
    By micadeli in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-25-2013, 11:21 AM
  2. 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
  3. Pulling Data from text in a cell
    By Scomar in forum Excel General
    Replies: 1
    Last Post: 11-09-2007, 03:06 PM
  4. help wanted for pulling text data
    By ghynes in forum Excel General
    Replies: 2
    Last Post: 08-21-2006, 10:12 AM
  5. [SOLVED] Pulling data into text box
    By Wiggler in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-03-2005, 02:06 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