+ Reply to Thread
Results 1 to 3 of 3

Need a Formula for DATES

  1. #1
    Debbie
    Guest

    Need a Formula for DATES

    Can someone help me figure out a formula for the following - I have two date
    columns on my spreadsheet. I need a formula that tells me the number of
    days between the two dates.
    COLUMN 1 - DATE OF LAST UPDATE,
    COLUMN 2 - NUMBER OF DAYS SINCE LAST UPDATE (based on the current date)

    Thanks!!!

  2. #2
    Ron Rosenfeld
    Guest

    Re: Need a Formula for DATES

    On Tue, 8 Nov 2005 06:29:08 -0800, Debbie <Debbie@discussions.microsoft.com>
    wrote:

    >Can someone help me figure out a formula for the following - I have two date
    >columns on my spreadsheet. I need a formula that tells me the number of
    >days between the two dates.
    >COLUMN 1 - DATE OF LAST UPDATE,
    >COLUMN 2 - NUMBER OF DAYS SINCE LAST UPDATE (based on the current date)
    >
    >Thanks!!!


    =TODAY() - Date_of_Last_Update

    Format the result as General since excel will probably format it as a date.


    --ron

  3. #3
    Mike
    Guest

    RE: Need a Formula for DATES

    Like
    =a1-b1
    format the cell to be a number with zero decimals places
    Or
    =today()-a1

    "Debbie" wrote:

    > Can someone help me figure out a formula for the following - I have two date
    > columns on my spreadsheet. I need a formula that tells me the number of
    > days between the two dates.
    > COLUMN 1 - DATE OF LAST UPDATE,
    > COLUMN 2 - NUMBER OF DAYS SINCE LAST UPDATE (based on the current date)
    >
    > Thanks!!!


+ 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