+ Reply to Thread
Results 1 to 4 of 4

data validation using offset or index match

  1. #1
    Forum Contributor
    Join Date
    02-11-2008
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    242

    data validation using offset or index match

    Hi,
    I want to do a data validation in cell A1,where selecting any of the cell options the data would change as per source file,I have tried with index match but without success.The sequence of data will be
    Selecting KOLwould give me below data -
    kol.jpgtable C3-o5
    Selecting WB would show me this data
    wb.jpgc6-o8
    Attached Files Attached Files
    Last edited by arnab0711; 01-24-2012 at 06:46 AM.

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: data validation using offset or index match

    Assuming I'm understanding your requirements correctly then in cell B3 of your COL sheet put the formula:

    =INDEX(source!$C$3:$O$8,MATCH($A$1,source!$B$3:$B$8,0)+ROW()-3,COLUMN()-1)

    And copy across and down.

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: data validation using offset or index match

    Ηι

    I assume that something like what ι suggested you,yesterday, is not OK, for you?

    http://www.excelforum.com/excel-gene...example-2.html
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Contributor
    Join Date
    02-11-2008
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    242

    Re: data validation using offset or index match

    Thanks its working now.

+ 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