C
cwilson
I thought this was an easy problem, but:
I have the following data,
A1 B1 C1 D1
12 1 64 =IF(ISERROR(VLOOKUP(C1,$A$1:$B$12,2)),"",VLOOKUP(C1,$A$1:$B$12,2))
14 1
14 1
21 1
22 2
43 2
20 2
32 2
25 3
33 3
37 3
67 3
The formula is giving me 3, but I want it to be blank. What did I do wrong?
Thanks in advance.
I have the following data,
A1 B1 C1 D1
12 1 64 =IF(ISERROR(VLOOKUP(C1,$A$1:$B$12,2)),"",VLOOKUP(C1,$A$1:$B$12,2))
14 1
14 1
21 1
22 2
43 2
20 2
32 2
25 3
33 3
37 3
67 3
The formula is giving me 3, but I want it to be blank. What did I do wrong?
Thanks in advance.