+ Reply to Thread
Results 1 to 3 of 3

Auto Filling a Table

  1. #1
    Registered User
    Join Date
    09-07-2012
    Location
    China
    MS-Off Ver
    Excel 2010
    Posts
    40

    Auto Filling a Table

    My table is on one sheet and the data is on another.
    The data needs to be found for each person.

    I know i need to use vlookup but not quite sure how to go about it.

    It needs to:
    1) check the week on the table,
    2) go to the sheet that has the same name as the week
    3) check the teacher on the table,
    4) go to the teacher that is on that sheet
    5) and take the information that is labeled "Total Hrs" (row 361) from the first collumn.
    6) and have that number paste onto the table under actual hours.

    If this is unclear please let me know.
    Ive attached an example workbook.
    Please help.
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Auto Filling a Table

    hi Kram222. so is the Total hours for Mark in C361 or D361? Cause i see all the 1st column of each name empty. here are the 2 formulas you can use anyway.

    to look up C361:
    =INDEX(INDIRECT("'"&$A3&"'!$C$361:$AS$361"),MATCH($C3,INDIRECT("'"&$A3&"'!$C$2:$AS$2"),0))

    to look up D361:
    =INDEX(INDIRECT("'"&$A3&"'!$D$361:$AT$361"),MATCH($C3,INDIRECT("'"&$A3&"'!$C$2:$AS$2"),0))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    09-07-2012
    Location
    China
    MS-Off Ver
    Excel 2010
    Posts
    40

    Re: Auto Filling a Table

    This works perfect, I will mark this as Solved. thank you

+ 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