i need to track the number of elapsed days from a start date
R Ron Rosenfeld Jan 22, 2006 #2 i need to track the number of elapsed days from a start date Click to expand... =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
i need to track the number of elapsed days from a start date Click to expand... =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