I have a data sheet with several items listed and their referenced codes.
On another sheet I have a form whereby my engineers can select from a dropdown list the item and whereby, based on their selection, the code should publish in an adjacent cell.
The formula I use works for the first item on the dropdown list but the remaining returns values as blank.
=IFERROR(INDEX({PIC PART DATA SHEET Range 8}, MATCH([PART DISCIPLINE]@row, {PIC PART DATA SHEET Range 7})), "")
Help on this please.
THX.