View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default conditional formating

use FormulaIs: =WEEKDAY(A7,1)=1

"nk" wrote:

how to change the color of the font if the day is Sunday?

( i tried the following formating and it dIdn"t work:
CELL VALUE IS "EQUAL TO" =WEEKDAY(A7,1)=1

nk