Hi, I am looking to augment this statement:
=IF([TAG ID]@row = "", 0, IF(COUNTIF([TAG ID]:[TAG ID], [TAG ID]@row) > 1, 1))
I would like to have to also have it provide the same IF for [SUBMITTAL NAME] nested together
In short, it will check the [TAG ID] and [SUBMITTAL NAME] for duplicates and if either has duplicates then report a 1 or checkbox :)
Any help would be greatly appreciated.
Thanks in advance.