Entering IF formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am very new to Excel and need to enter a formula for work asap.

What is the formula to enter: if cell A1 is blank then enter blank and if
not enter the date in A1 plus 180 days?

Help!
 
Since dates are simply days then all you need is

=IF(a1="","",a1+180)
 
Thank you so much for your quick response Fred. It works just fine. I
appeciate your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top