Hi there!
I have a sheet that is updated daily with new information. Often times information is duplicated and I'm trying to filter that out. I have two helper columns for checkboxes. The first column is set to check the box if a duplicate is discovered. =IF(COUNTIF(Number:Number, Number@row) > 1, 1, 0)
Now I am trying to figure out a formula for the "Old" column that checks the box if the Duplicate column is checked and if the Modified date is not the most recent.
The end result should give me something like this, where the most recent entry (of the duplicates) is not checked.
Any help is greatly appreciated!