Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to use the COUNTA Function in my spreadsheet to total cells with
the text containing "NH", however, the function sees everything after the comma as "value2" and gives an error, the cell does show the total "non-blank" fields and then incriments the number by 1 (so instead of 67 cells it totals 68). The total number of "NH" cells is 48" |
#2
![]() |
|||
|
|||
![]()
Try this:
=COUNTIF(A:A,"*NH*") -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "MikeinNH" wrote in message ... I am trying to use the COUNTA Function in my spreadsheet to total cells with the text containing "NH", however, the function sees everything after the comma as "value2" and gives an error, the cell does show the total "non-blank" fields and then incriments the number by 1 (so instead of 67 cells it totals 68). The total number of "NH" cells is 48" |
#3
![]() |
|||
|
|||
![]()
I think it's the COUNTIF function you want to use.
=COUNTIF(C3:C69,"NH") Check of your Help on this function for more details on other way of using this function. Good luck! -----Original Message----- I am trying to use the COUNTA Function in my spreadsheet to total cells with the text containing "NH", |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Averaging function | Excel Discussion (Misc queries) | |||
Function in XL or in VBA for XL that pulls numeric digits from a t | Excel Discussion (Misc queries) | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
change function variable prompts?? | Excel Worksheet Functions | |||
need to save values from a function before it changes | Excel Worksheet Functions |