Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Linn
 
Posts: n/a
Default How to set up past due notices based on dates

How can I use a date function to setup a past notice when a date expires? A
second question is how to set up a date function that gives a notice prior to
the expiration date say 30 days prior?
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

"Gives a notice" Please define what you mean by "give a notice".

****************
Anne Troy
www.piersontech.com
www.mrexcel.com


"Linn" wrote in message
...
How can I use a date function to setup a past notice when a date expires?

A
second question is how to set up a date function that gives a notice prior

to
the expiration date say 30 days prior?



  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Here's something that you can try.

Assume cell A1 is the due date.

=IF(A1="","",IF(A1=TODAY(),"due today",IF(TODAY()A1,"PAST
DUE",IF(A1-30TODAY(),"",A1-TODAY()&" day"&IF(A1-TODAY()
1,"s","")&" until due"))))


This will give you a "count down" once the due date is 30
days or less: 13 days until due

On the due date it will return: due today

After the due date it will return: PAST DUE

Biff

-----Original Message-----
How can I use a date function to setup a past notice when

a date expires? A
second question is how to set up a date function that

gives a notice prior to
the expiration date say 30 days prior?
.

  #4   Report Post  
Linn
 
Posts: n/a
Default

The gives a notice means that 30 days before the due date arrives, give me a
flag or notice that the due date will arrive in thirty days. My intention is
to send reminders out before the due date is met.
"Linn" wrote:

How can I use a date function to setup a past notice when a date expires? A
second question is how to set up a date function that gives a notice prior to
the expiration date say 30 days prior?

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
How do I calculate a value based on dates? JohnD Excel Discussion (Misc queries) 5 March 16th 07 11:54 AM
Calculating Due Dates Based on Payments Eric Hanson Excel Worksheet Functions 2 January 6th 05 02:41 AM
How can i filter dates based on day of month Saurabh Excel Worksheet Functions 1 December 12th 04 05:36 PM
I have a list of dates that I need to count based on a date range ejb030353 Excel Worksheet Functions 4 November 24th 04 02:27 PM
Totals based on dates DJ Dusty Excel Worksheet Functions 1 November 16th 04 10:39 PM


All times are GMT +1. The time now is 12:23 AM.

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

About Us

"It's about Microsoft Excel"