I have an excel spreadsheet where I need to calculate due dates daily. I have four categories, Overdue, Not Due, No Plan. I have an if statement for this and it works. =IF(ISBLANK(B2),"No Plan",IF(B2<TODAY(),"Overdue","Not due"))
My problem is that I also want to split the no plan into 2 categories. You only need a plan after 30 days of awareness. So I would like to have No Plan, and Plan not Required (if it's less than 30 days from Awareness date - column C).
[TABLE="width: 486"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD][TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Status[/TD]
[TD]Due Date[/TD]
[TD]Awareness Date[/TD]
[/TR]
[TR]
[TD]Overdue[/TD]
[TD]3/31/2015[/TD]
[TD]3/19/2015[/TD]
[/TR]
[TR]
[TD]Not Due[/TD]
[TD]2/10/2016[/TD]
[TD]5/19/2015[/TD]
[/TR]
[TR]
[TD]No Plan[/TD]
[TD][/TD]
[TD]6/17/2015[/TD]
[/TR]
[TR]
[TD]No Plan[/TD]
[TD][/TD]
[TD]1/25/2016[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]I feel like I might be asking for too much but any help will be appreciated.
Thanks[/TD]
[TD][/TD]
[TD="align: right"]1/25/2016[/TD]
[/TR]
</tbody>[/TABLE]
My problem is that I also want to split the no plan into 2 categories. You only need a plan after 30 days of awareness. So I would like to have No Plan, and Plan not Required (if it's less than 30 days from Awareness date - column C).
[TABLE="width: 486"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD][TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Status[/TD]
[TD]Due Date[/TD]
[TD]Awareness Date[/TD]
[/TR]
[TR]
[TD]Overdue[/TD]
[TD]3/31/2015[/TD]
[TD]3/19/2015[/TD]
[/TR]
[TR]
[TD]Not Due[/TD]
[TD]2/10/2016[/TD]
[TD]5/19/2015[/TD]
[/TR]
[TR]
[TD]No Plan[/TD]
[TD][/TD]
[TD]6/17/2015[/TD]
[/TR]
[TR]
[TD]No Plan[/TD]
[TD][/TD]
[TD]1/25/2016[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]I feel like I might be asking for too much but any help will be appreciated.
Thanks[/TD]
[TD][/TD]
[TD="align: right"]1/25/2016[/TD]
[/TR]
</tbody>[/TABLE]