I'm wondering if you need to parse the data as all you are doing is putting the number into the column denoted by (the same number+1) i.e. 7 is entered in column 8. What's the plan after parsing the data?
I just want to cout how many "1" , how many "2"s and how many "3" s ....in column A.
If I can split it in excell, I can import the excel file into excess and count it easily.
I guess VBA can do this trick, but i do not know how.
Highlight column A
Select Text to Columns in the data menu and then tell it you column is comma delimited (i.e. a comma separates the entries).
Once you have completed that, the entries should be in their own cells.
In a cell under the last entry you can then use the countif function on you split/parsed results. i.e. =Countif(<select the area referred to as Range1>,<enter the integer you are looking to count>).
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.