Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
liliandelosnarcos
 
Posts: n/a
Default how to input an ultimatum in an excel database...

How can I put an ultimatum into the excel database?

Example: putting a date ( 01 25 06 ) and today's date ( 10 26 05 )
and get an ultimatum by substraction of them ( date - today's date )
to get a cell which makes appear how many days are left????

Can you help me ?? Is it possible?



  #2   Report Post  
Roger Govier
 
Posts: n/a
Default how to input an ultimatum in an excel database...

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


liliandelosnarcos wrote:
How can I put an ultimatum into the excel database?

Example: putting a date ( 01 25 06 ) and today's date ( 10 26 05 )
and get an ultimatum by substraction of them ( date - today's date )
to get a cell which makes appear how many days are left????

Can you help me ?? Is it possible?




  #3   Report Post  
Mladen_Dj
 
Posts: n/a
Default how to input an ultimatum in an excel database...

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.


"liliandelosnarcos" wrote in
message ...
How can I put an ultimatum into the excel database?

Example: putting a date ( 01 25 06 ) and today's date ( 10 26 05 )
and get an ultimatum by substraction of them ( date - today's date )
to get a cell which makes appear how many days are left????

Can you help me ?? Is it possible?





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keeping date format of a field inserted from an excel database Tim Cossins Excel Worksheet Functions 1 May 21st 05 12:49 AM
Update a Database Using Excel Dmorri254 Excel Worksheet Functions 1 April 11th 05 07:56 PM
Managing an Access Database from Excel Kostis Vezeridis Excel Discussion (Misc queries) 2 February 11th 05 05:21 PM
Query a Access database that has a module from Excel Oggie Excel Discussion (Misc queries) 1 January 4th 05 08:43 AM
How do I save a record from an excel template to a database in a . Fred Smith Excel Discussion (Misc queries) 1 November 30th 04 01:49 PM


All times are GMT +1. The time now is 11:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"