Forum Discussion

Lidia Leeta's avatar
Lidia Leeta
Copper Contributor
Nov 05, 2018
Solved

Excel SUMIF function with multiple tables

Hello!    I'm looking for some help with the SUMIF function. I have a spread sheet with multiple tables and I need to be able to add up all numbers from a specific year from all the tables.    I ...
  • SergeiBaklan's avatar
    SergeiBaklan
    Nov 05, 2018

    Same Detlef's formula, only to 'exclude' columns with amounts

    =SUMPRODUCT((YEAR($E$8:$AL$31*(MOD(COLUMN($E$8:$AL$31)-COLUMN($E$8),3)=0))=A15)*($F$8:$AM$31))

Resources