htchandler
New Member
- Joined
- Apr 17, 2011
- Messages
- 47
I'm trying to do a V lookup, the problem is that for each lookup value, there are three colums it will have to look at for a result. Only one of those three colums will have a result, the other two (for each lookup value) will be blank. I tried this:
=OR(VLOOKUP(E2,SIDPERS_ARNG!$A$2:$CZ$377,69,TRUE),VLOOKUP(E2,SIDPERS_ARNG!$A$2:$CZ$377,68,TRUE),VLOOKUP(E2,SIDPERS_ARNG!$A$2:$CZ$377,78,TRUE))
but it did not work. Any ideas?
Henry
=OR(VLOOKUP(E2,SIDPERS_ARNG!$A$2:$CZ$377,69,TRUE),VLOOKUP(E2,SIDPERS_ARNG!$A$2:$CZ$377,68,TRUE),VLOOKUP(E2,SIDPERS_ARNG!$A$2:$CZ$377,78,TRUE))
but it did not work. Any ideas?
Henry