horizonflame
Board Regular
- Joined
- Sep 27, 2018
- Messages
- 186
- Office Version
- 2013
Hello
I have a spreadsheet with around 100k rows of data.
In Column A I have numerical values of which some will be occurring up to 100 times.
In Column B I need a count of how many times the value in the corresponding row has appeared in column A.
I have been using a column of countif formulas but very slow.
I’d prefer VBA solution to use in my wider code.
Any help would be appreciated
I have a spreadsheet with around 100k rows of data.
In Column A I have numerical values of which some will be occurring up to 100 times.
In Column B I need a count of how many times the value in the corresponding row has appeared in column A.
I have been using a column of countif formulas but very slow.
I’d prefer VBA solution to use in my wider code.
Any help would be appreciated