hello guys!
how are you?
I'd like to know to calculate the frequency/repetition of all possible numbers with the same ending (doing this for all endings from 0 to 1) for each line
for example:
line a:65 67 10 20 51 55 68 35 69 75 79 80 84 85 90 95 30 40 98
frequency of ending 0: 7
frequency of ending 1: 1
frequency of ending 2: 0
frequency of ending 3: 0
frequency of ending 4: 1
frequency of ending 5: 6
frequency of ending 6: 0
frequency of ending 7: 0
frequency of ending 8: 2
frequency of ending 9: 2
line b: 05 12 94 77 56 62 74 97 55 10 23 85 60 26 68 99
frequency of ending 0: 2
frequency of ending 1: 0
frequency of ending 2: 2
frequency of ending 3: 0
frequency of ending 4: 2
frequency of ending 5: 3
frequency of ending 6: 2
frequency of ending 7: 2
frequency of ending 8: 1
frequency of ending 9: 1
and so on... for line c , line d, line e, ... .
I´d like to this, to calculate the frequency/repetition for each line for a huge number list in a spreadsheet like excel.
The numbers in each line may not be happened in sequence order as present above, may appear in different order, numbers order is not relevant. (05, 12, 94, 77, 56, 62, 74, 97, 55, 10, 23, 85, 60, 26 ,68, 99 ) is the same set as (99,68,60,26,23 ,85,10,55,97,74 ,62,56,77,94,12 ,05).
I was wondering that's possible to make this in visual basic/ excel but I don´t know how to start.
My visual basic is 6.3
Can someone give a hand??
I'm looking forward to receiving good news.
Thanks in advance
how are you?
I'd like to know to calculate the frequency/repetition of all possible numbers with the same ending (doing this for all endings from 0 to 1) for each line
for example:
line a:65 67 10 20 51 55 68 35 69 75 79 80 84 85 90 95 30 40 98
frequency of ending 0: 7
frequency of ending 1: 1
frequency of ending 2: 0
frequency of ending 3: 0
frequency of ending 4: 1
frequency of ending 5: 6
frequency of ending 6: 0
frequency of ending 7: 0
frequency of ending 8: 2
frequency of ending 9: 2
line b: 05 12 94 77 56 62 74 97 55 10 23 85 60 26 68 99
frequency of ending 0: 2
frequency of ending 1: 0
frequency of ending 2: 2
frequency of ending 3: 0
frequency of ending 4: 2
frequency of ending 5: 3
frequency of ending 6: 2
frequency of ending 7: 2
frequency of ending 8: 1
frequency of ending 9: 1
and so on... for line c , line d, line e, ... .
I´d like to this, to calculate the frequency/repetition for each line for a huge number list in a spreadsheet like excel.
The numbers in each line may not be happened in sequence order as present above, may appear in different order, numbers order is not relevant. (05, 12, 94, 77, 56, 62, 74, 97, 55, 10, 23, 85, 60, 26 ,68, 99 ) is the same set as (99,68,60,26,23 ,85,10,55,97,74 ,62,56,77,94,12 ,05).
I was wondering that's possible to make this in visual basic/ excel but I don´t know how to start.
My visual basic is 6.3
Can someone give a hand??
I'm looking forward to receiving good news.
Thanks in advance
Comment