Thread: Weekend
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Weekend

Try this

=IF(WEEKDAY(A1)=1,"Y","")

Drag down

Mike

"The Rook" wrote:

I have a list of dates in column A and would like to populate column B with
either 1 or Y is the date is a sat or a sun.