Benjaminmin
Board Regular
- Joined
- Nov 20, 2009
- Messages
- 116
Hi everybody,
I am populating a sheet looking up some values in another sheet, but I would like to add a constraint to the vlookup so that if the first vlookup doesnt return a value, then it does a second lookup.
So first it would run:
=VLOOKUP(A179,RBS!$T$32:$V$44,3,0)
If that returns a #N/A, then it should run
=VLOOKUP(A179,RBS!$U$32:$V$44,2,0)
Is that possible?
Thank you very much in advance
I am populating a sheet looking up some values in another sheet, but I would like to add a constraint to the vlookup so that if the first vlookup doesnt return a value, then it does a second lookup.
So first it would run:
=VLOOKUP(A179,RBS!$T$32:$V$44,3,0)
If that returns a #N/A, then it should run
=VLOOKUP(A179,RBS!$U$32:$V$44,2,0)
Is that possible?
Thank you very much in advance