Forum Discussion

JillF1015's avatar
JillF1015
Copper Contributor
Aug 09, 2024

Formula to locate the date from a list of dates that is less than but closest to a specific date

I have a column of specific dates (sprint end dates). When determining delivery milestone dates for a project, I need to know which sprint a milestone date falls in. I can look it up manually but whe...
  • PeterBartholomew1's avatar
    Aug 09, 2024

    JillF1015 

    Since you didn't state the version of Excel you use, here is a solution designed for 365 

    = XLOOKUP(milestone, startDate, endDate,,-1)

Resources