+ Reply to Thread
Results 1 to 3 of 3

Require a formula to count unique dates excluding weekend dates

  1. #1
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    Require a formula to count unique dates excluding weekend dates

    Hi, I have a table of dates (including blanks) that I need to count the number of unique dates, excluding weekend dates.

    Please see attached sheet for data and requirements.

    Many thanks

    John
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Require a formula to count unique dates excluding weekend dates

    It comes as 23
    =SUM((FREQUENCY(IF(ISNUMBER(B3:J23),IF(WEEKDAY(B3:J23,2)<6,B3:J23)),ROW(INDIRECT(MIN(B3:J23)&":"&MAX(B3:J23))))>0)+0)
    Try above Array Formula (Confirm with Shift+Ctrl+Enter)
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    Re: Require a formula to count unique dates excluding weekend dates

    Thanks for the solution brilliant result exactly what i'm looking for.

    John

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Build in Formula to count Weekend between 2 dates
    By Faridwahidi in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-30-2015, 05:49 AM
  2. [SOLVED] Require formula to count the latest date and number subsequent dates.
    By john dalton in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-13-2015, 07:51 AM
  3. [SOLVED] VBA code for excluding weekend dates from Web import into Excel
    By vk2013 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 10-29-2013, 04:15 PM
  4. Replies: 1
    Last Post: 12-18-2012, 03:09 PM
  5. [SOLVED] Count Unique Dates, not knowing dates
    By karen53 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-14-2012, 06:43 PM
  6. Count Unique Dates If formula
    By areynolds in forum Excel General
    Replies: 4
    Last Post: 11-16-2011, 11:22 AM
  7. [SOLVED] Formula to count cells between dates excluding duplicates
    By Vegs in forum Excel General
    Replies: 11
    Last Post: 07-05-2006, 02:15 PM

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