JulieBunavicz
New Member
- Joined
- Oct 9, 2023
- Messages
- 10
- Office Version
- 365
- Platform
- Windows
Hi,
Currently I am identifying duplicate rows based via a manual process/function. Example below. Is it possible to automate something like this, like “auto duplicate flagging”?
—Dupe Check based on minutes in a day
=IF(C2=C1,(D2-D1)*1440,"First")
-- Dupe Check based on < 30 minutes
=IF(E2<>"First",IF(E2<30,"Dup",""),"")
Let me know if you have any questions.
Kind regards,
Julie Bunavicz
Currently I am identifying duplicate rows based via a manual process/function. Example below. Is it possible to automate something like this, like “auto duplicate flagging”?
—Dupe Check based on minutes in a day
=IF(C2=C1,(D2-D1)*1440,"First")
-- Dupe Check based on < 30 minutes
=IF(E2<>"First",IF(E2<30,"Dup",""),"")
Let me know if you have any questions.
Kind regards,
Julie Bunavicz