Using MATCH() to identify row # on checkbox column
I have a checkbox column I'm using to identify a specific row in a sheet based on criteria. I'm trying to use the Match() formula in the sheet summary to identify the row number in the checkbox column is checked but its coming back #NO MATCH. Feels like this formula should be easy but I can't seem to get it…
My formula:
=Match(1,[Checkbox Column]:[Checkbox Column])
Best Answers
-
What about with the zero and true instead of 1?
-
@Paul Newcome = Winner, Winner, Chicken Dinner! TYSVM!!!! That's exactly what it needed. You've just saved me so much time trying to create the workaround I had in my head.
Final (Working) Formula:
=Match(True,[Checkbox Column]:[Checkbox Column],0)
Answers
-
Try using a zero in the third portion of the MATCH function to indicate an exact match.
-
Thank you for the suggestion @Paul Newcome - I should have mentioned that I did try that
-
What about with the zero and true instead of 1?
-
@Paul Newcome = Winner, Winner, Chicken Dinner! TYSVM!!!! That's exactly what it needed. You've just saved me so much time trying to create the workaround I had in my head.
Final (Working) Formula:
=Match(True,[Checkbox Column]:[Checkbox Column],0)
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!