Column B values = month
Column C values = day of month
The beginning date is 2022-06-10. I’m working in Column G with the following:
returns the elapsed months; I can add= COUNTIF(C$3:C3,10)-1
between that and the day-count formula, followed by&“ m + ”&
but I don’t know how to get the calculations to be correct from month to month, as the number of days between the 10th day of consecutive months changes throughout the year.&“ d”
Output in cell G33 should be: 1 m + 0 d
Output in cell G35 should be: 1 m + 2 d
etc
What formula should I enter, to get the result I need?
Thanks to all the people smarter than I, especially to those who reply with a helpful answer.
