I have a large column of data and I am looking to count how many times a specific item is in that column.
To simplify the large amount of data, say I have the following
AA100
AA102
AA100
AA104
AA100
AA103
AA102
AA101
AA100
etc
.
.
Now, I am looking to get a count of the above and bring it into this form,
A100 4
A101 1
A102 2
A103 2
A104 1
I have already limited it down to how many different items are in the columns, what I am looking to get it the count.
I have tried a combination of using the =COUNT , and =IF
I.e. IF "A100" is in column B then COUNT how many A100 ...
Am I on the right track?
To simplify the large amount of data, say I have the following
AA100
AA102
AA100
AA104
AA100
AA103
AA102
AA101
AA100
etc
.
.
Now, I am looking to get a count of the above and bring it into this form,
A100 4
A101 1
A102 2
A103 2
A104 1
I have already limited it down to how many different items are in the columns, what I am looking to get it the count.
I have tried a combination of using the =COUNT , and =IF
I.e. IF "A100" is in column B then COUNT how many A100 ...
Am I on the right track?