View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Send email based on date value

hi Billie

For example this
http://www.rondebruin.nl/mail/folder3/message.htm

In column C :yes or no ( if the value is yes it will create a mail)

In column C use a formula like this with the dates in D for example

=IF((D1-TODAY())90,"No","Yes")




--
Regards Ron De Bruin
http://www.rondebruin.nl



"Billie Mac" wrote in message ...
Hi all,

I have a spreadsheet that stores re-certification details for people. What
I need to be able to do is look in a cell in a row, and if the date in that
cell is within 90 days of todays date, send an email using an email address
stored in another cell of the same row.

I have the code for the email worked out okay, but I can't figure how to
select which people (rows) to send the email to

Thanks in advance for your help.

Cheers