Changing the color of a cell in excel based on due date

M

MPatterson

Hi,

I am working on a spreadsheet at the moment for my boss where I need t
make the cell change color due to VISA's expiry dates

For example if a VISA is still valid the cell will be green
if the VISA is due to expire in 6 months the cell will be orange
if the VISA is due to expire in 3 months the cell will be red

I am working in Microsoft Excel 2010.

Help please!!!
 
V

Vacuum Sealed

Hi,

I am working on a spreadsheet at the moment for my boss where I need to
make the cell change color due to VISA's expiry dates

For example if a VISA is still valid the cell will be green
if the VISA is due to expire in 6 months the cell will be orange
if the VISA is due to expire in 3 months the cell will be red

I am working in Microsoft Excel 2010.

Help please!!!!
Hi

here's a formula that will give you the days you need to change the cell
display message in your cell of choice. it is based on True( Euro
Calendar ), set to False if you want ( US Calendar )

=IF(DAYS360(A2,B2,TRUE)<90,"EXPIRES IN 3 MONTHS OR
LESS",IF(DAYS360(A2,B2,TRUE)<181>90,"EXPIRES IN 6 MONTHS OR LESS","MORE
THAN 6 MONTHS BEFORE EXPIRY"))

Then using CF set the condition for each:
EXPIRES IN 6 MONTHS OR LESS = Orange Fill
EXPIRES IN 3 MONTHS OR LESS = Red Fill

HTH
Mick.
 
M

MPatterson

Vacuum said:
On 7/03/2012 2:28 PM, MPatterson wrote:-
Hi

here's a formula that will give you the days you need to change the cel

display message in your cell of choice. it is based on True( Euro
Calendar ), set to False if you want ( US Calendar )

=IF(DAYS360(A2,B2,TRUE)<90,"EXPIRES IN 3 MONTHS OR
LESS",IF(DAYS360(A2,B2,TRUE)<181>90,"EXPIRES IN 6 MONTHS OR LESS","MOR

THAN 6 MONTHS BEFORE EXPIRY"))

Then using CF set the condition for each:
EXPIRES IN 6 MONTHS OR LESS = Orange Fill
EXPIRES IN 3 MONTHS OR LESS = Red Fill

HTH
Mick.

thank you so much
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top