Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a spreadsheet with 6 columns. I need to count how many occurences of each unique set of data in the first 5 columns. For example: from column A to F: 2 1 0 a b 10:00 2 0 0 a b 11:00 3 1 2 d f 12:00 1 1 2 a c 13:00 1 1 2 a c 14:00 2 1 0 a b 15:00 The macro will give results below: The first 5 columns show the values of each unique combination and the last column has the number of occurences for that combination in the source data. 2 1 0 a b 2 2 0 0 a b 1 3 1 2 d f 1 1 1 2 a c 2 Thanks a lot, Mini |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filtering unique combinations of cells | Excel Discussion (Misc queries) | |||
Need possible combinations of 7 unique characters. | Excel Worksheet Functions | |||
Counting unique combinations in two columns | Excel Discussion (Misc queries) | |||
How count these combinations ? | Excel Programming | |||
Count combinations | Excel Programming |