How to check the Duplicate rows except the first occurance
Hi. I have been tring to implement this with a column formula. I was able to check all the occurances but I want to ignore the first occurance.
I used the following formula
=IF(COUNTIFS([Conference Room]:[Conference Room], [Conference Room]@row, [From:]:[From:], [From:]@row, [To:]:[To:], [To:]@row, [Time:]:[Time:], [Time:]@row) > 1, 1, 0)
can someone please let me know on how I can modify this formula such that I can get my desired output.
Thank you