LambChoptheKid
New Member
- Joined
- Dec 10, 2022
- Messages
- 35
- Office Version
- 365
- Platform
- Windows
Hi everyone,
I am attempting to create a function that searches an array for a date match, and if there is one, then subsequently check to see if a the time is between a designated "Start" time and "End" time within the row that contains a match. This function will be placed in the RUNNING? column.
This is the function that I've come up with so far, but I've hit a wall here: =IF(AND(MATCH(B2,M:M,0),
Is it possible to nest an IF function within a MATCH function to check if the allotted date is between the times?
If that is not possible, do you have any suggestions to help me solve this problem?
Thank you
I am attempting to create a function that searches an array for a date match, and if there is one, then subsequently check to see if a the time is between a designated "Start" time and "End" time within the row that contains a match. This function will be placed in the RUNNING? column.
This is the function that I've come up with so far, but I've hit a wall here: =IF(AND(MATCH(B2,M:M,0),
Is it possible to nest an IF function within a MATCH function to check if the allotted date is between the times?
If that is not possible, do you have any suggestions to help me solve this problem?
Thank you