hello everybody
i tried to do some calcultion in excel but its seems that we disagree on some things coul you help me out
I want to compare between two strings (chars) and if the are equal i want to sum a thired column
the problem is that excel calculate only the first cell and not the all vector an even if the crctiria is true i get zero
i tried
= if(exect($B49:$B3 = $O$2),,$J$2 + $F$3:$F$49,$J$2)
=IF($B49:$B3 = $O$2,$J$2 + $F$3:$F$49,$J$2) + IF(B3:B49 = $O$3,$J$2 + $F$3:$F$49,$J$2) + IF(B3:B49 = $O$4,$J$2 + $F$3:$F$49,$J$2)
=SUMIFS($F$3:$F$49, $B$3:$B$49, "= $O$2")+SUMIFS($F$3:$F$49, $B$3:$B$49, "= $O$3")+SUMIFS($F$3:$F$49, $B$3:$B$49, "= $O$4")
=SUMIF(J2:J9,K2=J2,L2:L9)
nothing seems to work
Bookmarks