excel - Counting a spacific value across multiple sheets and columns -
this first time on board forgive ignorance.
i looking modify following formula. using
=sumproduct(countif(indirect("'"&c2:c13&"'!m:m"),a39))
to count how many times value in a39 appears in column m across multiple sheets.
is there way check columns o,r,t,v,x,z,ab,ad , af same value , give me grand total?
hey juan easier is,
=countif(sheet1!a2:a6,d2)+countif(sheet10!a2:a6,d2)+countif(sheet15!a2:a6,d2).
or in addition write one, anywhere in blank area in c2 c4 write sheet name. in e2 write value count. in f2 write formula =sumproduct (countif (indirect ("'"&c2:c4&'"! a2 :a20"), e2))
nb range a2 a20 searched value count.
Comments
Post a Comment