How to find first row with a checked checkbox

I will have two colums. First column with names, second with checkbox. checkbox column will have only one cell checked. I need to pull the corresponding name where the checkbox is checked. How can I do this?

=index(name:name, match(1,check:check)) does not work. I tried to change '1' but no luck.

Thanks

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!