JEH105
New Member
- Joined
- Oct 11, 2019
- Messages
- 35
- Office Version
- 365
- Platform
- Windows
Can anyone assist with figuring out a way to write out this function to where it takes both hour and minutes into consideration when comparing the NOW time?
Details:
This is the formula I have under John Smith 1 row:
FYI:
John Smith = Row 13
John Smith 1 = Row 14
John Smith 2 = Row 15
John Smith 3 = Row 16
John Smith 4 = Row 17
John Smith 5 = Row 18
Issue:
My issue with this formula, is that if the current time is 9:00 am or anytime before the 30 minute mark, it will show as "No", even if it's past 6:30 am. I'm pretty sure it's because of the MINUTE function, but I'm not sure how else to write it.
Any help is truly appreciated! Thank you!
Details:
This is the formula I have under John Smith 1 row:
Excel Formula:
=IF(AND(HOUR((NOW()))>=HOUR($E14),MINUTE((NOW()))>=MINUTE($E14))+AND(HOUR((NOW()))<=HOUR($F14),MINUTE((NOW()))<=MINUTE($F14)),"Yes","No")
FYI:
John Smith = Row 13
John Smith 1 = Row 14
John Smith 2 = Row 15
John Smith 3 = Row 16
John Smith 4 = Row 17
John Smith 5 = Row 18
Issue:
My issue with this formula, is that if the current time is 9:00 am or anytime before the 30 minute mark, it will show as "No", even if it's past 6:30 am. I'm pretty sure it's because of the MINUTE function, but I'm not sure how else to write it.
Any help is truly appreciated! Thank you!