Calculated Column for date calculation

Good Day,

Need assistance on creating calculated column to calculate and get the correct completion date from the date updated in a Date column

if the time in the date is before 6:30 then it will give the output as yesterday date
E.g if 11/20/2020 05:30:00 Then the completion date will be 11/19/2020
if 11/20/2020 06:31:00 Then the completion date will be 11/20/2020
if 11/20/2020 06:30:00 Then the completion date will be 11/20/2020
if 11/20/2020 06:29:00 Then the completion date will be 11/19/2020

Thanks for your assistance,

Regards
SSJ011

Hi @SSJ011,

Welcome to the Forum.

Give this a try…
image

I hope this is helpful.

3 Likes

Thanks a lot Melissa…

Regards
Sachin Jagdale

Hi @SSJ011

Here is another solution using Power Query. You can try

1 Like