How to best do foreach together with count in excel

Posted by user3682637 on Super User See other posts from Super User or by user3682637
Published on 2014-05-28T07:55:03Z Indexed on 2014/05/29 15:31 UTC
Read the original article Hit count: 174

I have been trying to do some work in excel, but i seem to be stuck on one point

in colum "A" i have: a, b, c, d, e
in colum "B" i have: done, started, completed
in colum "C" to colum "S" i have: some "X"'s but not in all fields.

So my question is how do i do the following

foreach row in excel.A
   Where Bx is done
   count("X", $row)

I have tried pivot, countif, sumproduct but i cant seem to get it to work, any ideas?

© Super User or respective owner

Related posts about microsoft-excel

Related posts about microsoft-excel-2010