Thread
:
Weekend
View Single Post
#
11
Posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
Posts: 35,218
Weekend
One mo
=IF(WEEKDAY(A1,2)5,"Y","")
And another:
=IF(WEEKDAY(A1,2)<6,"","Y")
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.
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson