Please help with this formula

G

Guest

I have a spreadsheet; 25 participants for 31 days
each participant must log a catagory (eg PC) the spread sheet count the
number of PCs for the 31 days (eg. formula (=COUNTIF(E10:AI34,"PC")).
Question how can I calculate how many participates have logged a catagory PC
within the 31 days.
 
M

MartinW

Hi C,

One way, Put =COUNTIF(E10:AI10,"PC") in cell AJ10
And drag down to AJ34

Then in another cell of your choice put
=COUNTIF(AJ10:AJ34,">0")

HTH
Martin
 
G

Guest

you could also try:
=SUM(--(MMULT((--(E10:AI34="PC")),TRANSPOSE(COLUMN(E10:AI10)/COLUMN(E10:AI10)))>0))

array entered w/Cntrl+Shift+Enter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top