View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sandy Mann
 
Posts: n/a
Default Excel - list days of a month, excluding Sundays

John Try:

=IF(WEEKDAY(A1+1,1)=1,A1+2,A1+1)

with your start date in A1

--
HTH

Sandy

with @tiscali.co.uk


"John" wrote in message
...
I need to put the dates of a month in a column each month (Jan, Feb, etc.),
but I do not want to list Sundays. Can this be done automatically or do I
just fill the series and delete the Sunday rows?