Matching two Columns using a Checkbox
Hello!
So I need to check two columns for matching names and then check if another column has two different answers and check a box.
I want to check a box if the names and date matches:
I've tried a few times but it's not working for me.
Any ideas?
THANK YOU!
Best Answer
-
To check the box if the name and date match:
=IF(COUNTIFS(Name:Name, Name@row, Date:Date, Date@row) > 1, 1)
Answers
-
To check the box if the name and date match:
=IF(COUNTIFS(Name:Name, Name@row, Date:Date, Date@row) > 1, 1)
-
@Hammermill21 To clarify, are you checking columns or rows? From your example it looks like you are looking in subsequent rows for a matching entry in an earlier row? Otherwise I don't understand which of the columns (in your screenshot) are supposed to match.
Dale
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!