+ Reply to Thread
Results 1 to 4 of 4

vLookup between sheets

  1. #1
    Registered User
    Join Date
    11-12-2015
    Location
    California
    MS-Off Ver
    14.4.9 for Mac
    Posts
    6

    vLookup between sheets

    hello,


    I need to create this report but I need your help Please see the attached file.

    So I have main chart in Sheet1 and I will be inputting weekly data in each tab.

    Weekly data includes different kinds of datas.


    But I need
    -Only certain employees. Sheet1 has a list of employee numbers. I need a format that searches the employees numbers in Sheet1 and their data.
    -I only need certain data.


    So for example, in the sample file,
    I need to pull


    -Data 4,7,10,13,18 and 27

    on

    Employee numbers 48511, 49324, 43610, 49612, 36473, 43434 and 49446.

    I need a format that generates the data automatically when I copy and paste the weekly data in each tab.


    I greatly appreciate your help.
    Attached Files Attached Files

  2. #2
    Spammer
    Join Date
    02-04-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2013
    Posts
    190

    Re: vLookup between sheets

    Can this help you
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    11-12-2015
    Location
    California
    MS-Off Ver
    14.4.9 for Mac
    Posts
    6

    Re: vLookup between sheets

    Thank you sooooo much!!!

    May I ask, which part of the formula is "finding" the information in "week1" tab?

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,301

    Re: vLookup between sheets

    MATCH($B3&$C3,INDIRECT("'"&$D3&"'!$A1:$A100")&INDIRECT("'"&$D3&"'!$B1:$B100")

    This is looking at B3 and C3 in the summary sheet, then matching it with entries in columns A and B on the Week 1 sheet.

    INDIRECT("'"&$D3&"'!$A1:$BB100")

    This is using the value of cell D3 to determine which sheet to look at.

    The rest of the formula returns the data you are looking for.

    Hope this helps!
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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] vlookup between two sheets
    By vilam21 in forum Excel General
    Replies: 3
    Last Post: 11-06-2013, 01:43 PM
  2. Replies: 8
    Last Post: 03-30-2011, 11:09 AM
  3. Vlookup across sheets, nested Vlookup possibly?
    By paid2mkgrlspanic in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-09-2009, 05:10 PM
  4. Vlookup sheets
    By tonijel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-15-2008, 06:59 PM
  5. Vlookup in Various Sheets
    By fron in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-04-2007, 03:01 AM
  6. [SOLVED] vlookup in several sheets
    By kris in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-03-2006, 09:00 AM
  7. vlookup over 2 sheets?
    By James in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-14-2005, 03:05 PM
  8. [SOLVED] vlookup function-Can vlookup command find the data from the 5 sheets.
    By Rishab shah in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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