+ Reply to Thread
Results 1 to 4 of 4

Way to calculate last time a specific date occurred? example given

  1. #1
    Registered User
    Join Date
    02-07-2020
    Location
    Los Angeles, California
    MS-Off Ver
    2016
    Posts
    3

    Way to calculate last time a specific date occurred? example given

    My study is looking at children's responses in forensic interviews when they are asked to describe what happened on their last birthday.

    I have a date of birth column and a date of interview column. I've had RAs fill it in by hand but it is a large file so this sin't ideal.

    So, if their date of birth is 8/3/2006 and they were interviewed on 3/21/2013... their last birthday would have been 8/3/2012.

    Is there a quick way to calculate the date of their last birthday and input this in a column?

    I have only been able to find a formula for calculating days since last birthday (which is useful but not exactly what I need).

    Thanks in advance!

  2. #2
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Way to calculate last time a specific date occurred? example given

    If DOB is in A2 and Date Of Interview is in B2 then try this:

    Please Login or Register  to view this content.
    WBD
    Office 365 on Windows 11, looking for rep!

  3. #3
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Way to calculate last time a specific date occurred? example given

    =AGGREGATE(14,6,DATE(ROW(INDEX(A:A,YEAR(A1)):INDEX(A:A,YEAR(B1))),MONTH(A1),DAY(A1))/(DATE(ROW(INDEX(A:A,YEAR(A1)):INDEX(A:A,YEAR(B1))),MONTH(A1),DAY(A1))<=B1),1)
    a1- date of birth
    b1- interview date

  4. #4
    Registered User
    Join Date
    02-07-2020
    Location
    Los Angeles, California
    MS-Off Ver
    2016
    Posts
    3

    Re: Way to calculate last time a specific date occurred? example given

    Thought I replied! Sorry. Thank you so much this was so helpful and I still use it

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Calculate percentage into total test time that a certain error occurred
    By green_poster444 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-13-2017, 11:51 PM
  2. Calculate Date an Equity Drawdown Occurred, Non VBA
    By twillo in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-13-2017, 06:23 PM
  3. how do i keep a time/date register of every change occurred in a c
    By Matt Lunn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 03:05 PM
  4. how do i keep a time/date register of every change occurred in a c
    By Paulo Matos in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  5. [SOLVED] how do i keep a time/date register of every change occurred in a c
    By Matt Lunn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 07:05 AM
  6. [SOLVED] how do i keep a time/date register of every change occurred in a c
    By Matt Lunn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 06:05 AM
  7. [SOLVED] how do i keep a time/date register of every change occurred in a c
    By Paulo Matos in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

Tags for this Thread

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