Duplication detection after initial row of information

I have reviewed some of the other solutions for duplicate detetion but am finding those formulas are not tailored to my situation. I need to keep the initial row and hide the duplicates.

In the formula I'm using, I need the church or organization row with the oldest date to remain unhidden, while the remaining rows with the same church or organization information are hidden. My formula may not be working because >1 is inaccurate logic because I need a logic the identifies the oldest date only?

=IF(AND([Church or Organization]@row <> "", [Church or Organization]:[Church or Organization], @cell = [Church or Organization]@row, [Date Form Completed]:[Date Form Completed], @cell = [Date Form Completed]@row)) > 1)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!