View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Conditional Formating?

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?