Hi! I'm trying to apply a formula we got to work in Excel to our Smartsheet.
The goal is to look at a range (Column "1" through Column "Column64") in a single row and find the non-blank cell farthest to the right and return the value from the same column in row 2. (Row 2 was created to replicate the name of the column since it's the column name we really want returned. If there's another way to do this, I'd love to hear that as well.)
We are attempting to use the following formula but it returns an #invalid value error.
=INDEX($[1]$2:$[Column64]$2, MATCH("*", $[1]222:$[Column64]222, -1))
When all the cells are blank, we do get #NA RESULT, so it seems to be partially working.
Thanks!

