+ Reply to Thread
Results 1 to 3 of 3

Re: how to work out how many days from date to today

  1. #1
    Registered User
    Join Date
    03-26-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    41

    Question Re: how to work out how many days from date to today

    Hi,

    Im trying to work out how many days if has been from a column with a date in it, please see below example:


    Date logged in | days since last logged in

    04/03/2010 ! this is where i need the forumla stating how many days its been since the last log in.

    Thank you in advance

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: how to work out how many days from date to today

    Try the DATEDIF function.

    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: how to work out how many days from date to today

    If A2 contains Date Last Logged In....eg 4/23/2010 8:00:00 AM
    ...Assuming A2 contains a date and time

    This formula, formatted as a number, returns the number of days since that last log in:
    B2: =TODAY()-INT(A2)

    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

+ 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