Hello,
I'm in the process of converting an excel spreadsheet into a smartsheet, but I've run into a problem. I'm trying to split 80% of a cost over a duration and then take a two month break before showing the final 20% on the third month (month breaks should appear blank). The first part works, but I can't figure out how to do the two month break + show the 20% after the break.
Here's the formula I have so far: "=IFERROR(IF(AND($[Month Helper Column]$1 >= [Start Date]@row, $[Month Helper Column]$1 <= [Finish Date]@row), [80%]@row / [Duration (Months)]@row, IF($[Month Helper Column]$1 = DATE(YEAR([Finish Date]@row), MONTH([Finish Date]@row) + 3, 0), [20%]@row, "")), "N/A")"
Here's the screenshot:
So, for example in the first row, the October and November columns should be blank and the December column should have the final 20%, but right now the October, November and December columns all have: #INVALID VALUE.
Any help would be much appreciated.
Thanks,
Himesh