Hi Forum,
I would like some help with what should be a quick fix.
in J11 I have a drop down box with options 1 2 3
What Im try to get is if J11=1 then vlookup from "Dealer Benchmarking visit 1" sheet
J11=2 then vlookup from "Dealer Benchmarking visit 2" sheet
J11=3 then vlookup from "Dealer Benchmarking visit 3" sheet
I have tried :
=IFERROR(VLOOKUP($J11,'Dealer Benchmarking Visit 1'!$A$3:$C$3,3,FALSE),IFERROR(VLOOKUP($J11,'Dealer Benchmarking Visit 2 '!$A$3:$C$3,3,FALSE),VLOOKUP($J11,'Dealer Benchmarking Visit 3'!$A$3:$C$3,3,FALSE)))
The result I get is #N/A
Any suggestions?
Bookmarks