Hi Smartsheets Community,
I am trying to write an index match that looks at a row that either says yes or no (only one column says yes) and return to me the corresponding value in the column below it.
I currently wrote =index([column name]#:[column name]#, match("yes", [column name]#:[column name]#, 0)))
I keep getting an "invalid value" as the result. The index and match range are the exact same columns, I'm not sure what I'm doing wrong. Does anybody know how to fix this?
Thanks!