Excel formulas

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

Guest

Can I set it up to where if there is a date in cell b1 then c1 is b1+28 (for
28 days)but if there is no date in b1 then c1 is blank? I can do the first
part but I don't know if the second part can be done. Thanks
 
Try this in C1:

=IF(B1="","",B1+28)

Format C1 as date. Actually, this doesn't test specifically for dates,
just for B1 being blank.

Hope this helps.

Pete
 

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

Similar Threads


Back
Top