try following array (hit Ctrl+Shift+Enter)Originally Posted by john_learner
=SUM(IF(B1:B50="door",IF(E1:E50="frame",IF(F1:F50="door",1,0),0)))
Regards.
try following array (hit Ctrl+Shift+Enter)Originally Posted by john_learner
=SUM(IF(B1:B50="door",IF(E1:E50="frame",IF(F1:F50="door",1,0),0)))
Regards.
thankyouOriginally Posted by starguy
that works good
and If want a formula to add up the values of the cells in column j that meet
these (IF(B1:B50="door",IF(E1:E50="frame",IF(F1:F50="door",1,0),0))) conditions?
try following.Originally Posted by john_learner
=SUMPRODUCT(((B1:B50="door")*(E1:E50="frame")*(F1:F50="door")*(J1:J50)))
Regards.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks