A
Ambie
I need to lookup a value in cell D15 from worksheet B in an array found in
worksheet A for the first column containing the value of cell D15 from
worksheet B. Within one column of worksheet A the value of cell D15 may exist
more than one time. I need the function to return the value in row 2 of this
column. I have tried using this
"=INDEX('WorksheetAARRAY',MATCH(D15,'WorksheetAARRAY',0),1) but this only
works if Match is one column or one row. It is not possible to up the sheet
this way. Please help!
worksheet A for the first column containing the value of cell D15 from
worksheet B. Within one column of worksheet A the value of cell D15 may exist
more than one time. I need the function to return the value in row 2 of this
column. I have tried using this
"=INDEX('WorksheetAARRAY',MATCH(D15,'WorksheetAARRAY',0),1) but this only
works if Match is one column or one row. It is not possible to up the sheet
this way. Please help!