Show Blank Cell Unless...

L

Legacy 310236

Guest
Trying to setup a closing date calculator. The formulas are easy and are working fine, but when I convert this to be added to a website, it populates a date with year end '00 in A7 & A13. How can I make the cells show as blank until until A3 and A10 have values selected?


  • Select Contract Date (cell A3) is a date selector
  • Actual Start Date (cell A7) contains formula A3+1 since the start date is first full day
  • Select # Days (cell A10) contains days selector of 30, 45, 60, 90, 120, 180 days
  • End Date (cell A13) contains the formula A7+A10

Any help is appreciated.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
I answered my own question right after I posted this. Didn't see where I could delete my post, so here is my solution:

A7 - Start Date

=IF((OR(ISBLANK(A3))),"",A3+1)

A13 - End Date

=IF(OR(ISBLANK(A3),ISBLANK(A10)),"",A7+A10)
 
Upvote 0

Forum statistics

Threads
1,215,338
Messages
6,124,358
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top