What formula need to use to eg: between 11/03/2024 16:00:00 and 12/03/2024 09:00 to return as next day is mean 12/03/2024. currently i use formula =IF($A2="","",IF($A2="","No Scan",INT($A2)+IF(MOD($A2,1)>=TIME(16,0,0),1,0))). Attached the file for reference. Hope someone can help to solve this matter.