Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I calculate upcoming deadlines that are triggered by other events. If the
trigger date is presently unknown, I want the cell to be blank. Example: Answer to complaint is due 30 days after the Summons is issued. =IF(E5<1,1,E5+30) with conditional formatting for white ink if the cell value is between 0-1 makes the deadline cell at least look blank. I can't translate this to a more complicated deadline, though. Example: Disclosures must be filed by the earlier of 1) commencement of the case +60 days, or 2) the date the answer was filed + 30 days. =IF(E7+60<E8+30,E7+60,E8+30) gives the right answer, but if one of the trigger cells is blank, I get 01/00/00, and I dont know how to fix it. I would really appreciate it if someone could help me. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add data to cell w/o loosing initial data | Excel Discussion (Misc queries) | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions | |||
how to get the intersect cell data out using vba or function | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
Load active cell data via a function | Excel Worksheet Functions |