After checking if a cell value exists in a column, I need to get the value of the cell next to the matching cell. For instance, I check if the value in cell A1 exists in column B through to column i, and assuming it matches B5, then I want the value in cell C5.
Example of my data.
[pre]
[/pre]
thank you for your help in advance Mark
Example of my data.
[pre]
Code:
A B C D E F G H I J
1 0 BLANK 0 BLANK 1 C 0 BLANK C
FORMULA - ANSWER HERE (SHOULD BE 1)
2 1 A 0 BLANK 0 BLANK 0 BLANK A
FORMULA - ANSWER HERE (SHOULD BE 1)
thank you for your help in advance Mark