nikhil1101
New Member
- Joined
- Aug 8, 2017
- Messages
- 1
Hi
I have three columns & 4000 rows with values in each cell that range from 0-60. I would like to could how many times each value occurs exclusively in each row for each column.
e.g
trying to count how many 18s for the 3 rows
row a 18 16 56
row b 60 18 18
roc c 55 18 02
The count for 18 in the scenario above would be 3. I'm assuming this will have to be looped in VB.
Thanks
Nik
I have three columns & 4000 rows with values in each cell that range from 0-60. I would like to could how many times each value occurs exclusively in each row for each column.
e.g
trying to count how many 18s for the 3 rows
row a 18 16 56
row b 60 18 18
roc c 55 18 02
The count for 18 in the scenario above would be 3. I'm assuming this will have to be looped in VB.
Thanks
Nik