Last five oldest dates within past 2 years
Given a column containing dates, how to:
conditionally format the last five oldest dates in the past year (24 months)? I would like to then use it is one of two criterias--I suppose whatever is returned can be used in e.g.
COUNTIFS
.print the value of the oldest date in the past year plus 2 years?
Much appreciated. C:\fakepath\untitled.ods
Please edit your question and attach a sample file, explain in it what you want to do.
@m.a.riosv Attached. I made slight tweaks to what I'm looking for since I used a more accurate representation of my data (premise is the same, values of the constraints changed and updated in original post):
(more)Looking for formatting rule for all dates highlighted in orange, which are dates that are of "Type P" and are within the past 2 years (24 months).
Keep a count of the dates that satisfy this criteria (
6
in example).Of these dates that match the criteria, print the oldest date (
10/21/18
in example).Print the date of the drop-off of the oldest date (
10/21/20
, which is10/21/18 + 24 months
).Not asked in the question, but formatting of the cells in the "Fee" column for upcoming fees. Upcoming fees are those that are the 1st of the next month of 1 year plus the respective date ...