Results 1 to 9 of 9

Autofill VLOOKUP function

Threaded View

gutter_mutt Autofill VLOOKUP function 09-26-2010, 03:43 PM
Vinodsralian Re: Autofill VLOOKUP function 09-26-2010, 03:52 PM
gutter_mutt Re: Autofill VLOOKUP function 09-26-2010, 04:05 PM
Vinodsralian Re: Autofill VLOOKUP function 09-26-2010, 04:23 PM
gutter_mutt Re: Autofill VLOOKUP function 09-26-2010, 04:33 PM
martindwilson Re: Autofill VLOOKUP function 09-26-2010, 05:26 PM
gutter_mutt Re: Autofill VLOOKUP function 09-26-2010, 05:33 PM
martindwilson Re: Autofill VLOOKUP function 09-26-2010, 07:41 PM
gutter_mutt Re: Autofill VLOOKUP function 10-01-2010, 07:05 AM
  1. #1
    Registered User
    Join Date
    09-26-2010
    Location
    Portsmouth, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Smile Autofill VLOOKUP function

    I've got a workbook that tracks the weekly performance of my team members in each category they are scored on. Every week I add a new worksheet with their performance data. The first worksheet, entitled aggregate needs to compile the data from each consecutive worksheet (week 09, week 10, week 11, etc...)

    The function needs to be VLOOKUP because team members can change from week to week, so a progressive cell value formula would be no good. The first cell in the aggregate worksheet uses the following formula:

    =VLOOKUP(A2,'Week 09'!A1:I24,2,FALSE)


    each consecutive cell from left to right needs to go like this
    =VLOOKUP(A2,'Week 09'!A1:I24,2,FALSE)
    =VLOOKUP(A2,'Week 10'!A1:I24,2,FALSE)
    =VLOOKUP(A2,'Week 11'!A1:I24,2,FALSE)


    and going from top to bottom
    =VLOOKUP(A2,'Week 09'!A1:I24,2,FALSE)
    =VLOOKUP(A3,'Week 09'!A1:I24,2,FALSE)
    =VLOOKUP(A4,'Week 09'!A1:I24,2,FALSE)


    so the formulas in each cell in a 3x3 grid would appear as follows
    =VLOOKUP(A2,'Week 09'!A1:I24,2,FALSE) =VLOOKUP(A2,'Week 10'!A1:I24,2,FALSE) =VLOOKUP(A2,'Week 11'!A1:I24,2,FALSE)
    =VLOOKUP(A3,'Week 09'!A1:I24,2,FALSE) =VLOOKUP(A3,'Week 10'!A1:I24,2,FALSE) =VLOOKUP(A3,'Week 11'!A1:I24,2,FALSE)
    =VLOOKUP(A4,'Week 09'!A1:I24,2,FALSE) =VLOOKUP(A4,'Week 10'!A1:I24,2,FALSE) =VLOOKUP(A4,'Week 11'!A1:I24,2,FALSE)


    however, Excel autofill makes them go like this
    =VLOOKUP(A2,'Week 09'!A1:I24,2,FALSE)  =VLOOKUP(B2,'Week 09'!B1:J24,2,FALSE)  =VLOOKUP(C2,'Week 09'!C1:K24,2,FALSE)
    =VLOOKUP(A3,'Week 09'!A2:I25,2,FALSE)  =VLOOKUP(B3,'Week 09'!B2:J25,2,FALSE)  =VLOOKUP(C3,'Week 09'!C2:K25,2,FALSE)
    =VLOOKUP(A4,'Week 09'!A3:I26,2,FALSE)  =VLOOKUP(B4,'Week 09'!B3:J26,2,FALSE)  =VLOOKUP(C4,'Week 09'!C3:K26,2,FALSE)


    There are 6 sections on the aggregate worksheet that need the same thing, with an average of 20 team members and 52 weeks, that means if I have to fill each cell individually with its formula, I'd have to fill 6240 cells. How can I get excel to autofill each cell with the formula that I want?

    I've attached a copy of my workbook (I've changed my team members names to user1, user2, etc...) in case it helps.
    Attached Files Attached Files
    Last edited by gutter_mutt; 10-01-2010 at 07:01 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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