Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have several sets of numbers, e.g. :
set 1 : 5, 4, 12, 15, 19, 15, 16, 19, 18, 21, 3, .... set 2 : 1, 7, 4, 9, 22, 83, 17, 61, 1, 73, 15, 16, 19, ... set 3 : 7, 93, 14, 73, 14, 25, 82, 21, 12, 17, ... and so on... and I am looking for a way to get excel to read through the numbers and find "blocks" of duplicated patterns between the different sets. For example, if I ran it through the above sets, it would point out "15, 16, 19" in set 1 and set 2 either by (prefably) highlighting the matching numbers, or just outputting them to a column/file. The sets of numbers contain a different amount of numbers, and do not necessarily have a matching block in another set. I presume this is possible with a small piece of visual basic code within excel, though am unfamiliar with the functions within excel and basic? Any advice/pointers in the right direction would be appreciated. Please prefably reply in the newsgroup, or via email to ", removing the .DELETE from the end of my address. Thanks, Mark Pyne |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
finding multiple code dates for multiple item number | Excel Worksheet Functions | |||
Function to Produce a Number Pattern? | Excel Worksheet Functions | |||
Printing number value in white blocks | Charts and Charting in Excel | |||
If I have two reoated data-sets and a common code, how can I get i | Excel Worksheet Functions | |||
Finding unique sets of numbers that total 200 | Excel Programming |