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
-
-
@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
-
-
@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)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!