Return 1st, 2nd, and 3rd non-blank value per row
I am trying to replicate the following excel formula in smartsheet:
My knowledge of Smartsheet is pretty limited, and everything I have tried so far has given me an error. Any help is appreciated.
Answers
-
Hi @WorkforceAnalystOSDH, does this work?
=INDEX(A2:G2, 1, MIN(INDEX((A2:G2<>"") * COLUMN(A2:G2),,)))
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!