B
BetaDocuments
I need a formula for today's date + 1 day (next business date). But
if today is friday then I need the mondays date.
if today is friday then I need the mondays date.
I need a formula for today's date + 1 day (next business date). But
if today is friday then I need the mondays date.
I need a formula for today's date + 1 day (next business date). But
if today is friday then I need the mondays date.
=workday(today(),1)
If this function gives you a #NAME error, and you are using a version of Excel prior to 2007, see HELP for the workday function for the fix.