View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sheeloo Sheeloo is offline
external usenet poster
 
Posts: 793
Default Conditional Formating?

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

"Rick Rothstein" wrote:

What happens if all the cells are empty?

--
Rick (MVP - Excel)


"Sheeloo" wrote in message
...
I tried with =D1=MAX($D$1:$D$55) and it worked for me (Excel 2003)

"Max" wrote:

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
---
"Jman" wrote:
OS Vista
2007 Excel.

Column A down
i have dates..
How can i get the most recent date automatialy highlighted?