I need to collect information from two different sheets based on a cell value in another sheet.
I have created the formula below, but it doesn't seem to work completely. I get an invalid value error if the employee number is not on the lookup sheets.
Thanks!
=IF([Airside / Landside]@row = "Airside", INDEX(COLLECT({EqNo}, {Employee ID}, [Employee #]@row), 1), IF([Airside / Landside]@row = "Landside", INDEX(COLLECT({LSEQNo}, {LS Employee Number}, [Employee #]@row), 1)