+ Reply to Thread
Results 1 to 2 of 2

counting specific days from unique records

  1. #1
    Forum Contributor
    Join Date
    06-15-2004
    Posts
    246

    counting specific days from unique records

    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

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try...

    =SUM(IF(A1:A6<>"",IF(WEEKDAY(A1:A6,2)<7,1/COUNTIF(A1:A6,A1:A6))))

    ...confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

    Hope this helps!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1