Hi, I have an excel spreadsheet with some conditional formatting based on expiry dates.
The column headers are:
Column E - Date Defeated
Column F - Expiry Date
Column G - Date Re-instated
The conditional formatting covers column F and changes format based on the following:
If cell is blank no formatting
If cell =AND(F4<TODAY(),G4="") then cell turns Red
If cell =AND(F4=TODAY(),G4="") then cell turns Amber
The question I have is - can I add a code that checks the spreadsheet for Amber or Red cells at 00:01 hours every day (without the spreadsheet been open) and if there are any present it sends a generic enmial to a list of email addresses?
Hope this all makes sense. I describe myself as an intermediate excel user and not a programmer.
Many thanks,
Liam
If you can help, GREAT
If I can help, EVEN BETTER
The column headers are:
Column E - Date Defeated
Column F - Expiry Date
Column G - Date Re-instated
The conditional formatting covers column F and changes format based on the following:
If cell is blank no formatting
If cell =AND(F4<TODAY(),G4="") then cell turns Red
If cell =AND(F4=TODAY(),G4="") then cell turns Amber
The question I have is - can I add a code that checks the spreadsheet for Amber or Red cells at 00:01 hours every day (without the spreadsheet been open) and if there are any present it sends a generic enmial to a list of email addresses?
Hope this all makes sense. I describe myself as an intermediate excel user and not a programmer.
Many thanks,
Liam
If you can help, GREAT
If I can help, EVEN BETTER