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?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
@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.
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
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?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
@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. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!