Excel

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

Guest

I have fixed an excel document with a formula to figure dates, but if I don't
put a figure in the cell that it refers to, there is a date where the formula
is and I don't want a date there unless I put a date in the cell the formula
references. How do I do that?
 
I have fixed an excel document with a formula to figure dates, but if
I don't put a figure in the cell that it refers to, there is a date
where the formula is and I don't want a date there unless I put a date
in the cell the formula references. How do I do that?


On way is to use a formula something like:
=IF(A1="","",your_formula_here)
 

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