VALUE RETURNING AS BLANK

KempenUSA
✭✭✭✭
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.
Tags:
Answers
-
Try specifying an exact match first to see if that helps.
=IFERROR(INDEX({PIC PART DATA SHEET Range 8}, MATCH([PART DISCIPLINE]@row, {PIC PART DATA SHEET Range 7}, 0)), "")
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!