Hi

I have a data set, and I made a table to pull out daily data. I have a start day and an end day usually the next day


What I wrote for the Start was: =Date(Year(today())-1,1,2) and this gives me 1/2/2022 the start date and time are working as needed

Then, I wrote for the End Date was =Date(Year(today())-1,1,3) to give me 1/3/2022 , but this date is giving me data up to midnight on that day

What I am wanting to do is have the data stop at the 1700 data cell

Iam using 365

Thank You so much for looking at the post and any help would be greatly appreciated