Hello,
I'm using VLOOKUP to find rank order from another sheet which uses RANKEQ. Periodically (pretty frequently, like every 24-48hr) the VLOOKUP will return an error. Referencing the RANKEQ on the other sheet everything is in order, the VLOOKUP just fails to find the specified rank order (i.e., 1, 2, etc.).
What is strange is I've found a fix: When the VLOOKUP fails, if I overwrite the RANKEQ formula with a number (i.e., 1), save and then return to the VLOOKUP, it repopulates with the correct data. I then return to the RANKEQ and replace the number with the RANKEQ formula again and all is well. Seems like a Smartsheet bug, but want to check here first.
Example of my formulas:
=VLOOKUP(Number, {Second Sheet RANKEQ Formula Range 1}, Return String, 0)
=IF(A@row <= (First Sheet Range 1} + {First Sheet Range 2}), RANKEQ(A@row, A$1:A$13, 1) + COUNTIF(A$1:A@row, IFERROR(RANKEQ(@cell, A$1:A$13, 1), 0) = RANKEQ(A@row, A$1:A$13, 1)) - 1, "")
Thanks!