Hi All,
Hoping someone can help me please?
I am using the formula below but it will only work if the search value, System ID, is in the top rows of the reference sheet.
=IF(INDEX({Reference Range System ID}, [Row ID]@row) = [System ID]@row, INDEX({Equipment ID}, [Row ID]@row))
What I am trying to do is, If the System ID in the reference sheet = the System ID in the sheet I am working on, pull in the Equipment ID from the reference sheet.
There could be multiple rows with information for the same System ID, that's why I added an auto number Row ID column to the sheet I am pulling the information into.
Works perfect for System ID 1 but goes blank if I update to 2
Does someone know why it won't look past the first set of data in the reference sheet?
TIA!