Sorry for the delayed reply!
Thank you very much, the spreadsheet works wonders!
For reference of people who are trying to google, the cell formula for calculating individual percentages based on dates:
=SUMPRODUCT((DATE(YEAR(E12:AC12),MONTH(E12:AC12)+E$2:AC$2,DAY(E12:AC12))>=TODAY())*1)/25
Formula is pasted at every row on Column D to calculate individuals' training percentage based on dates.
The hidden row formula:
=IF(E3="4 Years",48,IF(E3="Yearly",12,IF(E3="Quarterly",3,0)))
The hidden row is row 2 for me. Starting at Column E, row 1 includes names for the trainings. Row 2 includes month values in contrast to years. See Post #8 for nflsales's solved spreadsheet.
Bookmarks