Forum Discussion

QWeelon's avatar
QWeelon
Brass Contributor
Apr 24, 2021
Solved

Sumproduct with a wildcard condition

Dear community,   I'm struggling with a formula where I want to use a wildcard condition to sum and multiply values if the corresponding month is mentioned. In other words, for January, I want to w...
  • HansVogelaar's avatar
    Apr 24, 2021

    QWeelon 

    Without a helper column:

     

    =SUMPRODUCT(--ISNUMBER(FIND("Jan",N18:N22)),K18:K22,L18:L22)

     

    Corrected typo

Resources