Conditional Formating?

  • Thread starter Thread starter Jman
  • Start date Start date
J

Jman

OS Vista
2007 Excel.

Column A down
i have dates..
How can i get the most recent date automatialy highlighted?
 
Assuming real dates in A1 down,
In xl2003, these steps would do it:
Select col A (ie A1 active)
then apply conditional formatting using Formula Is:
=AND(A1<>"",A1=MAX(A:A))
Format to taste, ok out

Maybe you could try a similar play in your xl2007 ..
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,800 Files:359 Subscribers:55
xdemechanik
 
Max said:
Assuming real dates in A1 down,
In xl2003, these steps would do it:
Select col A (ie A1 active)
then apply conditional formatting using Formula Is:
=AND(A1<>"",A1=MAX(A:A))
Format to taste, ok out

Maybe you could try a similar play in your xl2007 ..
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,800 Files:359 Subscribers:55
xdemechanik


Thanks it worked:)
 
Then the whole column will be highlighted... I prefer that to supressing it
with testing for blank...
 

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