+ Reply to Thread
Results 1 to 6 of 6

NETWORKDAYS inside SUMPRODUCT

  1. #1
    Forum Contributor
    Join Date
    08-13-2014
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    209

    NETWORKDAYS inside SUMPRODUCT

    Hi everyone,

    I'm looking to use sumproduct, at least I think that's the right approach, to calculate total resourcing based on amount of work days per month. Here is the formula I'm using:
    Please Login or Register  to view this content.
    which doesn't seem to be working.

    Appreciate the help. Cheers,

    STF
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: NETWORKDAYS inside SUMPRODUCT

    Can you describe what you are trying to do? There is no explanation here.
    HTH
    Regards, Jeff

  3. #3
    Forum Contributor
    Join Date
    08-13-2014
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    209

    Re: NETWORKDAYS inside SUMPRODUCT

    Hi @jeffreybrown,

    I have two rows, 1 with months and the 2nd with count of resources for the month. I want to return the total number of resources multiplied by the total number of working days (only for those where there are resources scheduled). I think it will make sense if you check the excel example I attached.

    Cheers,

    Mike

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: NETWORKDAYS inside SUMPRODUCT

    Assuming that the expected answer is 799, I would put the working days in their own row like this:

    C2 =NETWORKDAYS(C3,EOMONTH(C3,0))
    Drag through N2

    Then you can use this in P4:

    =SUMPRODUCT(C4:N4,C2:N2)

  5. #5
    Forum Contributor
    Join Date
    08-13-2014
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    209

    Re: NETWORKDAYS inside SUMPRODUCT

    63falcondude,

    Thanks! Is there a way to do this without adding an extra row?

    Cheers
    Last edited by jeffreybrown; 11-12-2018 at 05:40 PM. Reason: Removed full quote!

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: NETWORKDAYS inside SUMPRODUCT

    Not that I am aware of. NETWORKDAYS cannot be used with an array.

+ 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. Sumproduct, Networkdays, AND MONTH Function
    By transfan in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-15-2017, 03:28 PM
  2. [SOLVED] NETWORKDAYS + SUMPRODUCT Formula
    By guibro in forum Excel Formulas & Functions
    Replies: 33
    Last Post: 04-20-2015, 12:33 PM
  3. [SOLVED] Networkdays in sumproduct
    By katosh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-21-2012, 10:20 AM
  4. Use of OR function inside a SUMPRODUCT?
    By lever.mark in forum Excel General
    Replies: 6
    Last Post: 09-22-2011, 11:05 AM
  5. Is it possible to have an IF inside SUMPRODUCT?
    By skysurfer in forum Excel General
    Replies: 6
    Last Post: 03-10-2010, 12:19 PM
  6. Using sumproduct to sum networkdays between dates with criteria?
    By cheesysocks in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 10-28-2008, 01:51 PM
  7. [SOLVED] Nesting Networkdays function inside and If function
    By Addison in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-13-2006, 03:10 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