How do I lookup a 'quantity' of items in excel?
Posted
by
KronoS
on Super User
See other posts from Super User
or by KronoS
Published on 2011-03-18T22:56:55Z
Indexed on
2011/03/19
0:12 UTC
Read the original article
Hit count: 566
Let's say I have a quatity of items:
1 2 3 4 5 4 3 2 1 2 3 4
in a column of cells. What I want to be able to do is count the quantity how many unique "items" there are in this array:
1 --> 2
2 --> 3
3 --> 3
4 ..> 3
And so forth. I want the table to look like this:
Also, is there a way to accomplish this if I don't know all of the values of the array to begin with? I'm looking for a way to have excel search an array, find a unique value, count how many times that value is in the array, and then move onto the next values.
© Super User or respective owner