Help With Formula

M

mdj0615

I have been trying to get this formula to work, and I just can't get it right.
On sheet 1, I have ten cells from C9 to L9. I'm looking for a formula that
will add up the number of times an A shows up in that range and put it in
cell K3 on another sheet. Any help would be great.
 
S

smartin

mdj0615 said:
I have been trying to get this formula to work, and I just can't get it right.
On sheet 1, I have ten cells from C9 to L9. I'm looking for a formula that
will add up the number of times an A shows up in that range and put it in
cell K3 on another sheet. Any help would be great.

In K3 on another sheet, try:

=COUNTIF(Sheet1!$C$9:$L$9,"A")
 

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