I'm using =COUNTIF(A14:BH14,"*") to count number of asterisks in the 14th row - =COUNTIF(A15:BH15,"*") for number of asterisks in 15th row - but it is giving me the wrong number. Example, the number of asterisks in the 14th row is 10, but it is giving me 59 , number of asterisks in the 15th row is 9, but is giving me 59. It is giving me 59 for all rows. Data is the sheet may look like this - 5<6* , 9=5* .. i want to count the number of cells that have data that contains an asterisk.
what am i doing wrong in the formula..