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

Chelsea Bartolone
ββ
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?
Answers
-
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.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!