Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|