Good afternoon.
I am trying to vlookup 1 cell in 4 different places. Thought I could use the following formula, but is keeps coming up with an error.
=IF(E3=E2,0,IF(ISNA(VLOOKUP(E3,OPMS!$E$1:$AH$2528,3,FALSE)),IF(ISNA(VLOOKUP(E3,OPMS!$D$1:$AH$2528,4,FALSE)),IF(ISNA(VLOOKUP(E3,RemovedScripts!$D$1:$S$42,2,FALSE)), VLOOKUP(E3,OPMS!$D$1:$AH$2528,4,FALSE ),VLOOKUP(E3,OPMS!$E$1:$AH$2528,3,FALSE),
VLOOKUP(E3,RemovedScripts!$C$1:$S$42,3,FALSE),VLOOKUP(E3,RemovedScripts!$D$1:$S$42,2,FALSE)))))
Any idea what is wrong with the formula?
Can I not use ISNA 3 times. If I can use ISNA 3 times, then have I put them in the wrong place.
Any advise is appreciated.
Bookmarks