I have a formula built for one of my sheets that a Smartsheet expert designed for me, and it works perfectly. The formula, as it stands now, is:
=IFERROR(INDEX(COLLECT({Developer Assigned}, {Row ID}, [Row ID]@row), 1), "")
Currently, it looks at the respective data (the 'developer assigned' and 'row ID' columns) on one sheet, and then displays the relevant data on another sheet provided the row ID matches. This is great!
Now, I am trying to make a tweak - my users are asking for cells that have no data in them to show N/A instead. I tried changing the "" at the end of the formula to "N/A" but it doesn't do anything.
Can anyone suggest a solution? Thanks!