Matching specifc dates using Conditonal format

  • Thread starter Thread starter Sibbs
  • Start date Start date
S

Sibbs

Hi Guys, hopefully someone might be able to help me.

My small problem is this

With a an examination date in say, Cell A1, I would like B1 to Flash up
"green" when the date in B1 is within 1 Month of the date within A1 and "Red"
when the date is past the date in A1. Hope that makes sense.

Cheers i advance
 
Hi,

Select B1
Format|Conditional format - Formula is
=AND($B$1<A1,B1>A1-30)
Select green
Add
Cell value is - Greater thanh equal to
=$A$1
Select red
OK

Mike
 
Create two rules on B1 as follows:
- By Formula equal to "=IF(B1<A1,TRUE)" - Format Red
- Cell Value between "=EDATE(A1,0)" and "=EDATE(A1,1)" - Format Green
 
Thanks mate works a treat. Mow my next questionif you don't mind me asking. I
have different workshheets for different bits of equipment, I.e One for
shackles and and one for slings.

What I would like is to have a main sheet with a "Main" heading for each
type of equipment that will flag up if anything on the other worksheets is
about to go out of date for test. is it possible?

Thanks again.

Andy
 

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

Back
Top