Hello people,
I have got a column that contains loads different order numbers like my example below:
(COLUMN A)
ORDERNR:
123
123
123
123
124
124
124
124
125
125
125
126
126
126
I need a script that make strings and loop through all numbers how many time each number been repeated
result
123= 4
next time function loops
124= 4
next time function loops
125 = 3
etc.
Could someone help me ?
Thank you in advance
I have got a column that contains loads different order numbers like my example below:
(COLUMN A)
ORDERNR:
123
123
123
123
124
124
124
124
125
125
125
126
126
126
I need a script that make strings and loop through all numbers how many time each number been repeated
result
123= 4
next time function loops
124= 4
next time function loops
125 = 3
etc.
Could someone help me ?
Thank you in advance