S
Scott@CW
I am trying to write a function that will refernece to data valadation lists
then go and find the corresponding data. Below is an example of what I am
tring to get.
=IF(DATA!A2:A62000=India!C5,AND(IF(DATA!B2:B62000=India!C6,17,"No Data")))
IndiaC5 is a list of dates
IndiaC6 is a list of names
I want to find the first match of C5 and C6 then go over 17 rows and give me
that data. I cannot use a pivot table because this is a template for survey
results, and I am trying to pull just the contents from column R back into
this cell.
then go and find the corresponding data. Below is an example of what I am
tring to get.
=IF(DATA!A2:A62000=India!C5,AND(IF(DATA!B2:B62000=India!C6,17,"No Data")))
IndiaC5 is a list of dates
IndiaC6 is a list of names
I want to find the first match of C5 and C6 then go over 17 rows and give me
that data. I cannot use a pivot table because this is a template for survey
results, and I am trying to pull just the contents from column R back into
this cell.