how to input an ultimatum in an excel database...

  • Thread starter Thread starter Guest
  • Start date Start date
Hi

With your date entered in cell A1, as a valid Excel date e.g. 01/25/06 then
in another cell
=IF(A1<=TODAY(),"",A1-TODAY())

or
=IF(DATE(2006,1,25)<=TODAY(),"",DATE(2006,1,25)-TODAY())

Regards

Roger Govier
 
You enter ultimatum/deadline date in cell for example E1, and in F1 cell put
formula:

=E1-TODAY()

In F1 use General Number format, and result is number of days until
ultimatum/deadline.
 

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