When the date is mid-month, I am missing $ amount for the partial month. Example below - the annual savings = EOY 2025.
Formula used in Annual Savings is: =IF(OR(ISBLANK([Savings Start Date]@row), ISBLANK([Monthly Savings]@row)), 0, (12 - MONTH([Savings Start Date]@row)) * VALUE([Monthly Savings]@row))
I have tried several options, but it's returning #Invalid Value