I have close to one million data in a excel column. I need to identify the formats of all data and count how many data falls under each format.
For example:
Data with 10 numeric digits are to be considered as one format and count number of times it has repeated.
Data with 3 numeric ditigs are to be considered as one format and count number of times it has repeated.
And continue finding the format of data and count it.
Could anyone help ?
Thanks