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?

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!