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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!