Trouble with duplicate entries with FORMS
Answers
-
You need to adjust your COUNTIFS
COUNTIFS([QN Number]:[QN Number], @cell = [QN Number]@row)
-
Paul,
thanks for your response. my problem is, I need to move the duplicate entry to another sheet but with this formula, both identical entries turn to duplicate.
I still need to keep one of the entries to perform the work requested. I can't seem to be able to do that
-
You will need to insert an Auto-Number type column (called "Auto" in this example and formatting doesn't matter) as well as a text/number type column (called "Row" in this example) with the following column formula:
=MATCH(Auto@row, Auto:Auto, 0)
Then you would adjust the COUNTIFS like so:
COUNTIFS([QN Number]:[QN Number], @cell = [QN Number]@row, Row:Row, @cell<= Row@row)
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
- 146 Just for fun
- 63 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!