Formula for duplicates including time

Answers
-
I believe I have this formula set up correctly. However, my sheet is often updated multiple times within a day. It doesn't seem to work with the time value in the created date field. Is there a way to add the time?
I'm sure I could manage this with a Julian date/time but that would require an additional column. Any suggestions on a more elegant way?
Thanks
Andrew
He who fails to plan is planning to fail. - Winston Churchill
-
Hi @Andrew Stills,
Iβve reviewed the Formula for Duplicate Entries thread you commented on, but Iβm not sure exactly which formula youβre using.Β
I tested on my end with a formula that checks for duplicates in the Created date system column and confirmed that the formula below checks rows that were created at the same timestamp, but not rows that are created on the same day at different times:
- =IF(COUNTIFS(Created:Created, Created@row) > 1, 1)
However, Iβm not sure thatβs what youβre looking to achieve. If itβs not, could you let us know the formula youβre using and provide a screenshot of your sheet so that we can fully understand what youβre trying to do?Β
Thanks,
Georgie
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao! π | Global Discussions
-
@Georgie, After posting this I found a way to digest the date & time from the created column. I posted it to this thread here:
And, yes, I was using COUNTIFS as you indicated above. Must have forgot to paste that in the request,
Apologies I didn't think to post my solution with my original request. Also, although mine accomplishes my task, I would defer to @Paul Newcome's solution provided after my post as a more elegant solution. Please see his reply to me on page 19 for a great solution.
Cheers
Andrew
He who fails to plan is planning to fail. - Winston Churchill
-
@Georgie please see my reply above⦠it wouldn't let me click your user in the list even though it appeared.
Andrew
He who fails to plan is planning to fail. - Winston Churchill
-
Ah, thank you - I see your reply and conversation with @Paul Newcome on the related thread now. Glad you got this resolved!
Georgie
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao! π | Global Discussions
Help Article Resources
Categories
Check out the Formula Handbook template!