How to best do foreach together with count in excel
- by user3682637
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?