No matter if I use IFERROR or ISERROR formula Smartsheet always returns #BLOCKED
Some how the back end ignores the IF/ISERROR formals and is returning #BLOCKED
=IF(ISERROR([Project name]1293), " - ", "Green")
result is not - but #BLOCKED
=IFERROR([Project name]1293, " - ")
result is not - but #BLOCKED


