Checking for Duplicates in Parent Row ONLY
Hi,
I am trying to build an equation/IF statement that Flags projects with duplicate project numbers. I only want the equation to apply to the Parent project number (because the children under the project have the same project number and would trigger the check box). This is what I was thinking but doesn't seem to work for my purposes.
=IF(AND(Parent@row=0,(COUNTIF([Unique ID]1:[Unique ID]1032,[Unique ID]@row)>1;1)
Any help you could provide would be much appreciated! Thank you in advance
Answers
-
You would use a COUNTIFS instead and include a range/criteria set of the Parent Column being equal to zero.
-
Thank you for the quick response @Paul Newcome ! For some reason I am still getting #UNPARSEABLE when using the COUNTIFS Function... any thoughts as to why?
=COUNTIFS(Parent1:Parent1080, =0, [Unique ID]1:[Unique ID]1080, [Unique ID]@row)>1;1)
-
The semi-colon should be a comma. Sorry for missing that the first time.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!