Flagging duplicates if 2 criteria match
Hi!
I'm trying to build a formula that will identify duplicates from 2 different columns on the same sheet. So the combination of both need to be repeated. The columns are [RCPT] and [1st Test].
Best Answer
-
Hey there. I'd create a helper column named "Key" to combine the two values together. Add this formula in and convert it to a column formula. =RCPT@row + [1st Test]
Then create the duplicate check column named "Dup Check". Add this formula in and convert it to a column formula. =COUNTIF(Key:Key, Key@row)
Then set a conditional Format on this field so if it is greater than 1, highlight it yellow.
Is that what you were looking for?
Ryan
Answers
-
Hey there. I'd create a helper column named "Key" to combine the two values together. Add this formula in and convert it to a column formula. =RCPT@row + [1st Test]
Then create the duplicate check column named "Dup Check". Add this formula in and convert it to a column formula. =COUNTIF(Key:Key, Key@row)
Then set a conditional Format on this field so if it is greater than 1, highlight it yellow.
Is that what you were looking for?
Ryan
-
That did work! Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!