I have a formula
The problem is, it does not recognize 2313A and returns a lookup of 123 instead
And 456 returns a lookup of 2313A
Why is it doing this?
Spent days looking at this and can not figure out why.
The lookup list is something like this :
Columns R & S
Excel Formula:
=IF($A2="","",VLOOKUP($C2,$R:$S2))
And 456 returns a lookup of 2313A
Why is it doing this?
Spent days looking at this and can not figure out why.
The lookup list is something like this :
Columns R & S
123 | 123 Go |
456 | 456 big |
789 | 789 or |
1011 | 1011 Not |
2313A | 2313A Atall |