Forum Discussion
Thomas McKissick
Jul 13, 2017Copper Contributor
I have a nine digit number for which the first three numbers determine what team this number belongs
I have a nine digit number for which the first three numbers determine what team this number belongs to. I hve over 800 numbers that begin with the numbers 101 throuhg 129. I have five teams that we ...
SergeiBaklan
Jul 14, 2017Diamond Contributor
Yah, the logic is unclear. With bit another interpretation if, for example, for the Team1 are assigned numbers starting from 101, 105, 129 the total of numbers assigned to Team1 could be calculated as
=SUMPRODUCT((INT(A:A/1E6)={101,105,129})*1)