Can you filter a sheet to view entries between two times the days prior?

I am looking to filter a sheet to show only entries made between 6AM yesterday and 6AM the day before yesterday. I tried using a helper column with the below formula to input a value that I could then use in a sheet filter to show only those rows with a value of "1" but am getting an error in return.

=IF(Created@row < (TODAY() - 1) + TIME(6, 0, 0), 1, 0)

Any experience with this or other thoughts on how I could filter the sheet entries?

Screenshot 2024-11-13 at 12.28.46β€―PM.png

Answers

  • Paul.Woodward
    Paul.Woodward ✭✭✭✭✭✭

    Hello, Chelsea.

    I just used AI Formulas in Smartsheet and this is the result it gave me. Unfortunately, it doesn't look like you can do time-specific calculations for date ranges.

    image.png

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!