+ Reply to Thread
Results 1 to 2 of 2

CREATE A SUM BASED ON DATES

  1. #1
    Gordon.Ferguson
    Guest

    CREATE A SUM BASED ON DATES

    I am A MP and I am trying to create an excell doc that will track the time
    that has elasped from the date a case is open to the present date is this
    even possible. thanks for any help. For example a case was entered on date
    "A" and it has been 49 days sence that date.


  2. #2
    Registered User
    Join Date
    08-22-2005
    Location
    Surrey, UK
    Posts
    11
    Hi Gordon - assuming that you've placed the date of the case opening in cell A1 you could use the following formula

    =TODAY()-a1

    where TODAY() will return todays date.

    Excel will probably format the formula result as a date, but go to Format Cells and choose Number to display the number of days difference.

    As I'm sure you know, Excel stores dates as numbers starting from 1 for 1 January 1900 to 38,587 for today and this is how you can simply subtract one from the other to get a date difference.

+ 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