+ Reply to Thread
Results 1 to 2 of 2

Need formula to pull data from one sheet to another

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    Phoenix, Arizona
    MS-Off Ver
    Excel 2010
    Posts
    14

    Need formula to pull data from one sheet to another

    First of all...I have Excel 2003

    My spreadsheet has multiple lines of data for multiple items (have a specific item #) and I need to be able to enter an item # on a different sheet so that the requested information can be pulled from the data source. The items have information on multiple rows. I need to have all of the rows pulled into my output file when I specify the specific item. #.

    I have attached a spreadsheet showing the type of data is contained and what my desired output would look like.

    Thank you for your help in advance!

    darkfeld
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Need formula to pull data from one sheet to another

    In A6 Cell - Array Formula - Requires CTRL+SHIFT+ENTER

    =IFERROR(INDEX(INDEX('Data Source'!$A$2:$G$6,,MATCH(A$5,'Data Source'!$A$1:$G$1,0)),SMALL(IF('Data Source'!$A$2:$A$6=$A$1,ROW('Data Source'!$A$2:$A$6)-MIN(ROW('Data Source'!$A$2:$A$6))+1),ROW(1:1))),"")

    Drag it down and right...

    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ 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] Make a formula that uses cell to pull data from sheet name that is same as cell.
    By Dagoom in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-07-2013, 01:50 AM
  2. [SOLVED] Excel Formula to pull data from another sheet and place cell blank if value is 0
    By szpt9m in forum Excel Formulas & Functions
    Replies: 23
    Last Post: 09-18-2013, 01:07 AM
  3. [SOLVED] Formula to pull data from one sheet and column for another sheet.
    By Dena in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-05-2013, 06:20 PM
  4. Replies: 0
    Last Post: 05-21-2013, 03:09 PM
  5. Replies: 5
    Last Post: 07-26-2012, 09:51 AM

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