View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
smartin smartin is offline
external usenet poster
 
Posts: 915
Default Help With Formula

mdj0615 wrote:
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")