I have two lists. First is alphanumeric data (eg. "AB10", BD12"...). Second is floating point numeric.
I need to create a crosstab style table which the first list down the left, and counts in the following columns of the number of records within specific ranges.
There may be two or more records with the same alphanumeric data reading down eg.
AB10 | 1234.56
AB10 | 456456456
AB12 | 45.7
AB45 | 3455
I am familiar with SUMPRODUCT crosstab style tables on two numeric lists, but this does not seem to work as first column is alphanumeric.
Any thoughts on how to adapt one?
Cheers
I need to create a crosstab style table which the first list down the left, and counts in the following columns of the number of records within specific ranges.
There may be two or more records with the same alphanumeric data reading down eg.
AB10 | 1234.56
AB10 | 456456456
AB12 | 45.7
AB45 | 3455
I am familiar with SUMPRODUCT crosstab style tables on two numeric lists, but this does not seem to work as first column is alphanumeric.
Any thoughts on how to adapt one?
Cheers