Duplicate Formula
I don't know if a formula will work, but it is worth a shot. I am looking for a formula that will find duplicate rows based on two columns' values. the formula needs to find when the Title has identical numbers while both of them have a current revision value of "Yes". The sheet gets updated daily from an excel report pulled from another program. Is this possible?
Best Answer
-
You would use this in a separate column:
=IF(COUNTIFS(Title:Title, @cell = Title@row, [Current Revision]:[Current Revision], @cell = "Yes")> 1, 1)
If you put this in a flag type column it will highlight the flag on rows where there is more than on of the same Title with a Current Revision of "Yes".
Answers
-
You would use this in a separate column:
=IF(COUNTIFS(Title:Title, @cell = Title@row, [Current Revision]:[Current Revision], @cell = "Yes")> 1, 1)
If you put this in a flag type column it will highlight the flag on rows where there is more than on of the same Title with a Current Revision of "Yes".
-
Perfect
Thank you Sir
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!