Hi. I have the simple Excel function =Today+E4 which increments today's date by the amount specified in cell E4. I'm trying to figure out how to exclude weekend dates from this formula.
For example...
If Today() = 04/01/2005(Friday) and cell E4 = 1, then currently the function would calculate a value of 04/02/2005(Saturday). However, I'd like the function to skip weekend days so that in this example the end result would actually be 04/04/2005(Saturday).
Is this possible? I've tried playing with the NETWORKDAYS and WORKDAY functions but I can't seem to figure this out. Any suggestions? Thanks!
--
Regards,
Mike
For example...
If Today() = 04/01/2005(Friday) and cell E4 = 1, then currently the function would calculate a value of 04/02/2005(Saturday). However, I'd like the function to skip weekend days so that in this example the end result would actually be 04/04/2005(Saturday).
Is this possible? I've tried playing with the NETWORKDAYS and WORKDAY functions but I can't seem to figure this out. Any suggestions? Thanks!
--
Regards,
Mike