Forum Discussion
Merk182
Sep 07, 2021Copper Contributor
Excel Formula Nesting IF AND Functions if more than one cell blank
I am putting a tracking sheet together. On the sheet I have project "Due Dates" and also possible "Extensions" to that due date. I think I'm ok calculating the time left -also OK with the condit...
Detlef_Lewin
Sep 07, 2021Silver Contributor
You don't need a formula solution. Just copy the existing formula as far as column "Date Due" has dates.
Best way is converting the list into a table. Every time you add new data all formulas and formatting will extend to the new row.
And you can use MAX() instead of IF().
=MAX(Table1[@[Date Due]:[Extemsion]])-TODAY()