Forum Discussion

CasonTheOnly's avatar
CasonTheOnly
Copper Contributor
May 15, 2019
Solved

Advanced Sumifs Help Needed

I am interested in how to (sumifs) between a range of equipment codes. For example, we have 4 columns with about 20,000 rows (of line items) being all individual pieces of equipment.    Column 1 - ...
  • SergeiBaklan's avatar
    SergeiBaklan
    May 16, 2019

    CasonTheOnly , sorry, I missed you'd like to find sum for all invoices, not for concrete one. When warp your formula with SUMPRODUCT as

    =SUMPRODUCT(SUMIFS(...))

    Otherwise it takes first invoice from the list (203978) and you have no such in the range.