is it possible to count the number of weekdays in a range that are not a Sunday
is it possible to count the number of weekdays in a range that are not a Sunday
=SUMPRODUCT(--(WEEKDAY(A1:A7)<>1))
Mangesh
to add to this query i would like to total those weekdays that are not sundays from unique records.
example
column a
sun 31st Jan
sun 31st jan
mon 1st feb
mon 1st feb
mon 1st feb
tue 2nd feb
the answer would be 2 as there are two unique weekdays that are not a sunday
is this possible
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks