I have a three sheet worksheet and on Sheet "1" I am doing VLOOKUP's over to Sheet 'UL1703 Re-Test WS' as seen below. So with the formuls below if F6="Y" my VLOOKUP goes to line "7" of the worksheet and populates the colunm. My question is how do I get the lookup to work with 2 or more LOOKUP's in one command.
=IF(F6="Y",VLOOKUP(7,'UL1703 Re-Test WS'!A1:B23,2,FALSE))
=IF(F6="Y",VLOOKUP(7,'UL1703 Re-Test WS'!A1:B23,2,FALSE))