If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Due dates

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-12-08, 21:11
markjr markjr is offline
Registered User
 
Join Date: May 2008
Posts: 1
Due dates

I wish to determine when I have a contract coming due in the next 45 days and provide a note that warns me that the payment is coming due.
Reply With Quote
  #2 (permalink)  
Old 05-13-08, 22:12
savbill savbill is offline
Registered User
 
Join Date: Feb 2004
Posts: 533
You can use an 'If' formula. With this formula the Due date is in Column B. The note appears in the cell with the formula. this checks for dates 45 days or less and if 45 or less, checks if it is 10 days or less.

=IF(TODAY()-B2<=45,IF(TODAY()-B2<=10,"Due Within 10 Days!","Due Within 45 Days"),"")
__________________
~

Bill
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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