Hi all,
Whats the easiest way for me to do this?
I have a list of values in column A and column B. I need to search down column A for a specific value, and return the value in the same row from column B... ie
Value to find D
A 1
B 2
C 3
D 4
E 5
F 6
Result = 4
(nb they are not the actual values
)
TIA
Whats the easiest way for me to do this?
I have a list of values in column A and column B. I need to search down column A for a specific value, and return the value in the same row from column B... ie
Value to find D
A 1
B 2
C 3
D 4
E 5
F 6
Result = 4
(nb they are not the actual values

TIA