Hallo,
I' m trying to find a sollution to the following problem.
I have a collumn with numbers (in the followin example collumn "Code"), which their lenght vary (from 2 to 10 digits). In another collumn (Collumn "Result from the formula") I would like to have a formula that will count the times that the number in each row appears to the collumn "Code" (the formula should count based on the digits that each numbers has). For example in collumn "Code" you may find the data and in collumn "Result from the formula" you may find what I want to succeed:
[TABLE="width: 199"]
<tbody>[TR]
[TD="align: center"]Code[/TD]
[TD="align: center"]Result from the formula[/TD]
[/TR]
[TR]
[TD="align: right"]746[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]747[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]748[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD="align: right"]7482[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]741[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7500[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7502[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7507[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7508[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7509[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]75[/TD]
[TD="align: right"]6[/TD]
[/TR]
[TR]
[TD="align: right"]8500000000[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]2040090002[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
Are there any suggestions?
I' m trying to find a sollution to the following problem.
I have a collumn with numbers (in the followin example collumn "Code"), which their lenght vary (from 2 to 10 digits). In another collumn (Collumn "Result from the formula") I would like to have a formula that will count the times that the number in each row appears to the collumn "Code" (the formula should count based on the digits that each numbers has). For example in collumn "Code" you may find the data and in collumn "Result from the formula" you may find what I want to succeed:
[TABLE="width: 199"]
<tbody>[TR]
[TD="align: center"]Code[/TD]
[TD="align: center"]Result from the formula[/TD]
[/TR]
[TR]
[TD="align: right"]746[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]747[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]748[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD="align: right"]7482[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]741[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7500[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7502[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7507[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7508[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]7509[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]75[/TD]
[TD="align: right"]6[/TD]
[/TR]
[TR]
[TD="align: right"]8500000000[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]2040090002[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
Are there any suggestions?