Hello All
I have a vlookup with Iferror and it works great, however, I need to add another lookup and am at a loss for how to do this.
The current lookup is as so: =IFERROR(VLOOKUP(A:A,'OBS_Replaced by Parts'!A:A,1,0),VLOOKUP(A:A,'OBS_Replaced by Parts'!Q:Q,1,0))
I need to add another Vlookup: VLOOKUP(A:A,'OBS_Replaced by Parts'!AB:AB,1,0))
I suspect it is some kind of nesting but I have been unsuccessful trying to figure it out. Basically I'm asking excel to look here first A:A,'OBS_Replaced by Parts'!A:A,1,0; if you don't find the data there, the go to here A:A,'OBS_Replaced by Parts'!A:A,1,0; and it you don't find my data there this is the last place OBS_Replaced by Parts'!AB:AB,1,0. If nothing is found in any of the data sources, then OK.
Is this possible?
I have a vlookup with Iferror and it works great, however, I need to add another lookup and am at a loss for how to do this.
The current lookup is as so: =IFERROR(VLOOKUP(A:A,'OBS_Replaced by Parts'!A:A,1,0),VLOOKUP(A:A,'OBS_Replaced by Parts'!Q:Q,1,0))
I need to add another Vlookup: VLOOKUP(A:A,'OBS_Replaced by Parts'!AB:AB,1,0))
I suspect it is some kind of nesting but I have been unsuccessful trying to figure it out. Basically I'm asking excel to look here first A:A,'OBS_Replaced by Parts'!A:A,1,0; if you don't find the data there, the go to here A:A,'OBS_Replaced by Parts'!A:A,1,0; and it you don't find my data there this is the last place OBS_Replaced by Parts'!AB:AB,1,0. If nothing is found in any of the data sources, then OK.
Is this possible?