=IF(MONTH(DATEVALUE(L$24&"1"))>=MONTH($C$9), $I26, "")
What this Does - It looks at CELL C9 which contains a DATE - Example ( 05/01/2021 )
The datasheet looks up a PREMIUM PRICE based on several factors... and the formula fills in the rates
that the premium should be for the MONTH the enrollment starts... so in this case, it leaves the months Jan, Feb, Mar, April as $0
and then it fills in May, Jun, July, Aug, Sept, Oct, Nov, Dec with the premium cost.
Cell B9 and C9 looks like this EFFECTIVE DATE: [ user inputs a date ]
I am thinking that if I add the following to my spreadsheet as follows
Cell B10 AND C10
Termination Date: [ user inputs end date ]
So that the RATE only fills in for the exact months in which the RATES apply
The Formula above is in EACH CELL for each month...
Bookmarks