Results 1 to 14 of 14

convert Sumifs to sumproduct or similar

Threaded View

  1. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,694

    Re: convert Sumifs to sumproduct or similar

    I would change your dates in rows 8 and 9 as having TEXT dates is not good practice

    in G8

    =DATE($D$4,COLUMN(A$1),1)

    in G9

    =EOMONTH(G$8,0)

    copy both across

    Formulas are going to further complicated as you need to use INDIRECT to reference the "Variable" sheets.

    in G10 [as example]

    =SUMPRODUCT((INDIRECT("'Project Projections "&$D$4&"'!$E$8:$E$28"))*(INDIRECT("'Project Projections "&$D$4&"'!$B$8:$B$28")>='Stock Requirement'!G$8)*(INDIRECT("'Project Projections " & $D$4 &"'!$C$8:$C$28")<='Stock Requirement'!G$9)*(INDIRECT("'Project Projections " & $D$4 &"'!$D$8:$D$28")='Stock Requirement'!$C10))
    Attached Files Attached Files
    Last edited by JohnTopley; 10-13-2021 at 07:22 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Convert Sumproduct/SumIFS into VBA Dictionary
    By Edgie in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-07-2019, 06:36 PM
  2. How can i convert sumifs to sumproduct
    By svergili in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-18-2019, 10:21 AM
  3. Convert SUMPRODUCT to SUMIFS
    By teststrip in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-03-2017, 05:15 PM
  4. Using SUMIFS & LARGE (or similar?)
    By shalx in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-08-2014, 06:42 AM
  5. [SOLVED] Convert SUMIFS formula to SUMPRODUCT
    By timbury1 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-08-2014, 01:18 PM
  6. SUMIFS with MONTH() or other similar functions
    By e_lad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-15-2011, 11:25 AM
  7. Formula similar to SUMIFS
    By cmb80 in forum Excel General
    Replies: 10
    Last Post: 02-09-2011, 10:38 AM

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