Hi,
I have this formulas: IF(NETWORKDAYS(NOW(),Info!D34) < 5,0.2,0)
Currently, my Info!D34 is 7/14/2006 10:00:00 AM.
I would like to do something like if the time is after 5:00PM and before 11:59PM, then it would be the next day. In this case, my formulas would be something like < 6 instead of <5. Any help would greatly be appreciated.
I have this formulas: IF(NETWORKDAYS(NOW(),Info!D34) < 5,0.2,0)
Currently, my Info!D34 is 7/14/2006 10:00:00 AM.
I would like to do something like if the time is after 5:00PM and before 11:59PM, then it would be the next day. In this case, my formulas would be something like < 6 instead of <5. Any help would greatly be appreciated.