Joris Hermans
New Member
Can someone please help me out on this.
I've been cruisin' the net, but did'nt find an example or explanation that I could understand.
I do have an sheet with a table (a single column with +- 40 rows) that the customer must fill in.
One collumn is designed for the user to make a selection of a list of +- 20 topics.
starting in another cell, I would like to give the customer an overview of UNIQUE list of items he already had selected (one cell) with the number of times this item has been selected (using "countif")
It's getting the Unique list, I'm having problems with. I know the range were to look up (J5:J50) and I know where to start showing the UNIQUE list (A1:Axxx).
I don't know how long the list will be (depends on the user's selection), and most of all, I don't know how to build that list.
In SQL this would be someting like "Select DISTINCT [ItemName] from UsersChoices_Table"
I guess there must be an Excel variant for "distinct" and supose it is an arry-type of function.
But I didn't get the hang of these kind of formulas, nor do I know the excact DISTINCT-alike formula, nor do I know (if any) the DUTCH translation.
Anyone can help me with a clear and simple example?
TIA
I've been cruisin' the net, but did'nt find an example or explanation that I could understand.
I do have an sheet with a table (a single column with +- 40 rows) that the customer must fill in.
One collumn is designed for the user to make a selection of a list of +- 20 topics.
starting in another cell, I would like to give the customer an overview of UNIQUE list of items he already had selected (one cell) with the number of times this item has been selected (using "countif")
It's getting the Unique list, I'm having problems with. I know the range were to look up (J5:J50) and I know where to start showing the UNIQUE list (A1:Axxx).
I don't know how long the list will be (depends on the user's selection), and most of all, I don't know how to build that list.
In SQL this would be someting like "Select DISTINCT [ItemName] from UsersChoices_Table"
I guess there must be an Excel variant for "distinct" and supose it is an arry-type of function.
But I didn't get the hang of these kind of formulas, nor do I know the excact DISTINCT-alike formula, nor do I know (if any) the DUTCH translation.
Anyone can help me with a clear and simple example?
TIA