![]() |
Excel - list days of a month, excluding Sundays
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? |
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? |
All times are GMT +1. The time now is 08:43 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com