Austin Lang
Board Regular
- Joined
- Sep 10, 2021
- Messages
- 51
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
Hi all,
I need to create a formula to Filter a list and return all cleanings that took place between a certain time frame. How do I go about creating a search within the filter function that will search between the two times on a certain day? Do I need to bring in an Index-Match?
This is what I have so far..
=FILTER(Form!$A$5:$AU$3000,ISNUMBER(SEARCH(
Date: 12/6/22
Time: 6:00
Time: 1800
TIA,
I need to create a formula to Filter a list and return all cleanings that took place between a certain time frame. How do I go about creating a search within the filter function that will search between the two times on a certain day? Do I need to bring in an Index-Match?
This is what I have so far..
=FILTER(Form!$A$5:$AU$3000,ISNUMBER(SEARCH(
Date: 12/6/22
Time: 6:00
Time: 1800
TIA,