Is there a script that lets you count the instances of a certain number on a given row in Excel. The script can be in any language - C, C++, VB, VBScript etc ...
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.
---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission
----------------------------------------------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.