G Guest May 18, 2006 #1 How do I assign current calendar date to end_date in order to calculate # of days worked from hire date to current date?
How do I assign current calendar date to end_date in order to calculate # of days worked from hire date to current date?
B Bob Phillips May 18, 2006 #3 Of course =NETWORKDAYS(start_date,TODAY()) -- HTH Bob Phillips (remove xxx from email address if mailing direct)
Of course =NETWORKDAYS(start_date,TODAY()) -- HTH Bob Phillips (remove xxx from email address if mailing direct)