+ Reply to Thread
Results 1 to 2 of 2

Populating multiple cells based on data

  1. #1
    Registered User
    Join Date
    05-27-2015
    Location
    US
    MS-Off Ver
    Office 2013
    Posts
    16

    Populating multiple cells based on data

    Hi everyone,

    I would like to create a sheet where, after inputting a value in any one of the first cells in column B will give me the rest of the remaining cells based on data in another sheet. I don't know how to use INDEX/MATCH to do it for all of the other cells based on one value.

    Can someone please help me? I have attached my worksheet to this message.

    Thank you so much!
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,201

    Re: Populating multiple cells based on data

    Two formulae types are needed here, depending on whether the column is fully populated (e.g. Percentile):

    =INDEX(Sheet2!$B$2:$B$102,MATCH(Sheet1!$B$1,Sheet2!$A$2:$A$102,0))

    or not (T-Score)

    =LOOKUP(2,1/(Sheet2!$D$2:INDEX(Sheet2!D:D,MATCH($B$1,Sheet2!A:A,0))<>""),Sheet2!$D$2:INDEX(Sheet2!D:D,MATCH($B$1,Sheet2!A:A,0)))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

+ 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] Populating cells based on multiple variables
    By JRando1ph in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-20-2015, 06:08 PM
  2. [SOLVED] Auto populating cells with corresponding data based on Drop-down list.
    By Colortoned in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-29-2015, 04:15 PM
  3. Populating fields in multiple cells based on criteria in multiple columns
    By excelalways in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-28-2014, 08:17 AM
  4. Auto populating cell based on data in 2 other cells
    By CCrumpler in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-10-2014, 10:40 AM
  5. Populating Cells Based On Multiple Criteria
    By LordAcoustic in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-01-2013, 12:05 PM
  6. Replies: 2
    Last Post: 09-24-2010, 08:35 AM
  7. [SOLVED] Populating multiple cells on other sheets via data validation
    By kuansheng in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-14-2006, 02:10 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