formula for tracking number of elapsed days from a stard date

R

Ron Rosenfeld

i need to track the number of elapsed days from a start date

=CurrentDate - StartDate

or, possibly,

=NETWORKDAYS(StartDate,CurrentDate, [Holidays])

which requires the Analysis Tool Pak to be installed. See HELP for NETWORKDAYS
if you prefer this function.


--ron
 
Top