Good Morning Smartsheet Community,
Current Formula: =IFERROR(INDEX(COLLECT({Pass/Fail}, {Sales Order Number}, @cell = SO@row, {Unit Part Number}, @cell = Part@row), 1), "")
Possible New Formula: =IFERROR(INDEX(COLLECT({Pass/Fail}, {Sales Order Number}, @cell = SO@row, {Unit Part Number}, @cell = Part@row, {Line Number}, @cell = Line@row), 1), "")
I simply need this formula to display data from a column on another sheet. We have (3) unique identifiers that I need to be recognized so that we track information correctly.
Sales Order/Unit Part Number/Line Number
It seems when I add the line number portion to the end it does not track things at all from my data sheet.
Apologies for this being a little vague, I have no problem sending pictures of my issue if needed.
Thank you for any help!