+ Reply to Thread
Results 1 to 3 of 3

Filling in multiple columns from a separate corresponding table

  1. #1
    Registered User
    Join Date
    08-08-2013
    Location
    fort lauderdale, fl
    MS-Off Ver
    Excel 2010
    Posts
    4

    Filling in multiple columns from a separate corresponding table

    Hello all,

    I am trying to insert a formula to populate a set of tables (columns B:I) based off of the data given in (columns Q:Y) so that all I will have to do is update the data in (columns Q:Y) instead of filling in each of the set of tables.

    I have attached the sample.

    Thank you in advance!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-05-2013
    Location
    USA
    MS-Off Ver
    2010
    Posts
    76

    Re: Filling in multiple columns from a separate corresponding table

    Will the names of the sales reps and managers change? or will the order of the names change? If not, you can use a direct reference. In cell B4 =R4 and so on.

  3. #3
    Forum Contributor
    Join Date
    08-02-2013
    Location
    Wageningen, The Netherlands
    MS-Off Ver
    365
    Posts
    495

    Re: Filling in multiple columns from a separate corresponding table

    Since you already have the right number of sales reps for each supervisor in your tables, this can be done with 3 steps:
    1 find the supervisor's code in column Q (I think with a LOOKUP)
    2 extract the column and row number of the first found supervisor code
    3 use the OFFSET function to display a cell value in that area

    problem is I don't know how to do step 2...
    in B4:
    step 1 would be something like =LOOKUP($B$3,Q:Q), which gives the "AT" from Q4
    step 2 should result in "Q4"
    step 3 would be something like =OFFSET(INDIRECT(resultofstep2),0,1) to give "LC" from R4

    if you can figure out step 2 and can combine all 3 steps in one formula, you're set!
    When I say semicolon, u say comma!

+ 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. Replies: 3
    Last Post: 10-17-2012, 05:45 AM
  2. Replies: 1
    Last Post: 09-20-2012, 03:38 AM
  3. Replies: 1
    Last Post: 09-20-2012, 03:38 AM
  4. pivot table display data in separate columns
    By Hidai in forum Excel General
    Replies: 6
    Last Post: 01-05-2011, 02:14 PM
  5. Replies: 1
    Last Post: 04-18-2006, 08:15 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