Forum Discussion

melissat-sfdph's avatar
melissat-sfdph
Copper Contributor
Aug 22, 2023
Solved

Excel counta/sumproduct formula help

I've created a table capturing trainings, their education units, and when the training was completed by fiscal year. I'm trying to calculate the each year's total sum training education units. ...
  • OliverScheurich's avatar
    Aug 23, 2023

    melissat-sfdph 

    =SUMPRODUCT(($D$2:$G$12<>"")*($B$2:$B$12)*($D$1:$G$1=C15))

    You can try this SUMPRODUCT formula.

Resources