+ Reply to Thread
Results 1 to 11 of 11

Convert sumifs to sumproduct

  1. #1
    Registered User
    Join Date
    10-17-2021
    Location
    Pak
    MS-Off Ver
    2013
    Posts
    40

    Convert sumifs to sumproduct

    Hi.

    How can i convert this sumifs formula to Sumproduct?
    Im facing value errors and I need to update the links every time.

    I get a div error as well.
    I have slightly edited the path here for confidentiality
    Last edited by jay.tee; 10-18-2021 at 01:09 PM.

  2. #2
    Registered User
    Join Date
    10-17-2021
    Location
    Pak
    MS-Off Ver
    2013
    Posts
    40

    Re: Convert sumifs to sumproduct

    i get the value

    0 instead of $9000000
    Last edited by jay.tee; 10-18-2021 at 01:10 PM.

  3. #3
    Registered User
    Join Date
    10-17-2021
    Location
    Pak
    MS-Off Ver
    2013
    Posts
    40

    Re: Convert sumifs to sumproduct

    original formula : =SUMIFS([2021.xlsx]!O$169:O$278,[2021.xlsx]!$B$169:$B$278,$B4,[2021.xlsx]!$C$169:$C$278,"Yes")
    Last edited by jay.tee; 10-18-2021 at 01:10 PM.

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Convert sumifs to sumproduct

    Try this:

    =SUMPRODUCT([2021.xlsx]Construction!$O$169:O$278
    *([2021.xlsx]Construction!$B$169:$B$278=$B4)
    *([2021.xlsx]Construction!$C$169:$C$278="Yes"))
    Last edited by Phuocam; 10-17-2021 at 04:02 AM.

  5. #5
    Registered User
    Join Date
    10-17-2021
    Location
    Pak
    MS-Off Ver
    2013
    Posts
    40

    Re: Convert sumifs to sumproduct

    Thanks!

    the formula is returning 0. it is not matching the $B$169:$B$278=$B4.


    the evaluation steps show that this is all false. however its not right.

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,445

    Re: Convert sumifs to sumproduct

    Fast answers need visual help. Please read the yellow banner at the top of this page on how to attach a file.

  7. #7
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Convert sumifs to sumproduct

    Can you upload 2 files?

  8. #8
    Registered User
    Join Date
    10-17-2021
    Location
    Pak
    MS-Off Ver
    2013
    Posts
    40

    Re: Convert sumifs to sumproduct

    onedrive is my main file.
    the other one is supporting. i have slightly renamed the files and data in it.

    because I run into the value error, I am trying to change the formalua a bit as the sumifs requires to keep other workbooks open if an external source is used.

    now as per the google suggestion I'm trying to change one drive workbook cell F4 formula
    Last edited by jay.tee; 10-18-2021 at 01:11 PM.

  9. #9
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Convert sumifs to sumproduct

    Change to:

    =SUMPRODUCT([2021.xlsx]Construction!$O$169:O$278
    *([2021.xlsx]Construction!$B$169:$B$278&""=$B4&"")
    *([2021.xlsx]Construction!$C$169:$C$278="Yes"))

  10. #10
    Registered User
    Join Date
    10-17-2021
    Location
    Pak
    MS-Off Ver
    2013
    Posts
    40

    Re: Convert sumifs to sumproduct

    Thank you so much Phuocam!
    but will this file be opened easily in my manager's computer?excel wouldn't magically know the files and the paths...
    the sum ifs was returning the value errors. but as google suggested to change it to sum product.

  11. #11
    Registered User
    Join Date
    10-17-2021
    Location
    Pak
    MS-Off Ver
    2013
    Posts
    40

    Re: Convert sumifs to sumproduct

    I have list of sheets that are my activities.
    How can I make the formula read the sheet name from this cell
    so instead of sheet it takes the value in the cell
    Last edited by jay.tee; 10-18-2021 at 01:11 PM.

+ 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] convert Sumifs to sumproduct or similar
    By Stephen Reeves in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-21-2021, 06:15 AM
  2. Convert Sumproduct/SumIFS into VBA Dictionary
    By Edgie in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-07-2019, 06:36 PM
  3. How can i convert sumifs to sumproduct
    By svergili in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-18-2019, 10:21 AM
  4. Convert SUMPRODUCT to SUMIFS
    By teststrip in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-03-2017, 05:15 PM
  5. [SOLVED] SUMPRODUCT with SUMIFS?
    By TPDave in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-25-2015, 04:30 AM
  6. [SOLVED] Convert SUMIFS formula to SUMPRODUCT
    By timbury1 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-08-2014, 01:18 PM
  7. [SOLVED] SUMIFS or SUMPRODUCT???
    By PERE in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-25-2013, 11:52 AM

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