+ Reply to Thread
Results 1 to 2 of 2

SUMIFS COUNIFS for just Monday-Friday

  1. #1
    Registered User
    Join Date
    09-03-2014
    Location
    London
    MS-Off Ver
    2013
    Posts
    30

    SUMIFS COUNIFS for just Monday-Friday

    Hi,

    Encountered another problem! I need to find out the average for a large dataset for a group of values that include dates from Monday - Sunday but I am only interested in averaging Monday-Friday.

    I have the date in a row above the dataset that clearly shows the day (Monday/Tuesday/Wednesday etc derived from a "#####"/"41457" format (which happens to be a Tuesday or a number 2, the next Tuesday in the dataset is number 9 etc).

    Something like this is needed I guess?

    =SUMIFS(D6:GI6, D5:CE5, Monday OR Tuesday OR Wednesday OR Thursday OR Friday)/COUNTIF(D6:GI6, D5:CE5....

    Any help would be awesome.

    Cheers,

    HC

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,679

    Re: SUMIFS COUNIFS for just Monday-Friday

    If dates are in D5:CE5 and numbers in D6:CE6 then you can use an "array formula" like this

    =AVERAGE(IF(WEEKDAY(D5:CE5,2)<6,D6:CE6))

    confirmed with CTRL+SHIFT+ENTER
    Audere est facere

+ 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] Find Monday & Friday of the last week
    By MariaPap in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-09-2014, 02:59 AM
  2. How to count Monday and Friday as one occurance
    By mreljic in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-27-2014, 12:12 AM
  3. Use Ontime Only Monday through Friday
    By prescient in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2008, 07:35 PM
  4. Monday to Friday
    By lunar_star in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-09-2007, 12:22 AM
  5. Help change Friday to following Monday
    By David in forum Excel General
    Replies: 4
    Last Post: 06-21-2006, 08:30 PM

Tags for this Thread

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