Forum Discussion
kmabogeyman
Feb 12, 2022Copper Contributor
Excel formula
I need to tally a column, but need to have two other columns return a true value when it recognizes certain text in a fourth column. And sum that first column. I can use SUM, but that only finds...
harshulz
Feb 12, 2022Iron Contributor
are you looking for this
if yes
use sumproduct function
=SUMPRODUCT((B6:B11=B7)*(C6:C11=C7)*A6:A11)
if lookin for something else justify error
thanks