I just started experimenting with 2025 planning, including ACA premiums, and think I ran into a problem with the formula in AD94. (I'm using V22.19)
I was getting a calculated value of "0" in AD100 when using "2025" as the year in R2, causing my Excess APTC Tax in G19 to be incorrect.
So I added R2<>2025 into this AD94 formula.
=IF(OR(AND(R2<>2022,R2<>2023,R2<>2024,R2<>2025,AD93>400),AND(AI100=0,AD93<100)),"Yes"," ")
Now my APTC values seem to be correct, reflecting that the subsidy cliff is eliminated through 2025.
Am I missing something? Thanks