+ Reply to Thread
Results 1 to 4 of 4

Need to pull items from a list to another tab

  1. #1
    Registered User
    Join Date
    02-06-2013
    Location
    North Carolina
    MS-Off Ver
    Excel 2010
    Posts
    2

    Need to pull items from a list to another tab

    Hi All,
    I am trying to take items from a master list and pull them into different tabs based on a job number. For instance, if this is my master list:

    Main Page.jpg

    Based on the job number, I want the phone number and user name to pull into it's corresponding job tab.

    3232.jpg

    I know I can do this with VBA, but I'm wondering if there is a way to do it in formula.

    Thanks in advance for any help you can provide!

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Need to pull items from a list to another tab

    Hi

    Take a look to INDEX & MATCH functions.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Need to pull items from a list to another tab

    Hi
    It should be like that. You can modify it for yourself. But the logic is the same

    =IFERROR(INDEX(Sheet2!$A$2:$E$21,SMALL(IF($B$1=Sheet2!$A$2:$A$21,ROW(Sheet2!$A$2:$A$21)-1,""),'3232'!$A3),MATCH(B$2,Sheet2!$A$1:$E$1,0)),"")
    Appreciate the help? CLICK *

  4. #4
    Registered User
    Join Date
    02-06-2013
    Location
    North Carolina
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Need to pull items from a list to another tab

    Thanks all! I decided to go VB after all. I wanted to know which ones had made it to each of the sheets, so I decided I could write a macro to copy the numbers into each page and then color them as they were added.

+ 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. Select Multiple Items in a List and then Print Those Items
    By dcdoc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-26-2013, 01:16 PM
  2. Replies: 1
    Last Post: 09-03-2012, 10:03 PM
  3. How do I refer to the items in a combobox by their number in the list of items?
    By lottesfog in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-06-2007, 10:03 PM
  4. Replies: 1
    Last Post: 06-24-2005, 12:21 AM
  5. [SOLVED] Items in disabled items list - unknown excel addins causing probs
    By Rich in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-16-2005, 06:06 PM

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