+ Reply to Thread
Results 1 to 2 of 2

formula for tracking number of elapsed days from a stard date

  1. #1
    Registered User
    Join Date
    01-22-2006
    Posts
    2

    Question formula for tracking number of elapsed days from a stard date

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

  2. #2
    Ron Rosenfeld
    Guest

    Re: formula for tracking number of elapsed days from a stard date

    On Sat, 21 Jan 2006 22:33:30 -0600, spm1371
    <[email protected]> wrote:

    >
    >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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1