Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have multiple columns say 5 of them (1 every two columns starting in column
B and ending in column J). Each column has varying rows of string data. I want to find the duplicate data across the columns and summarize in another column 2 away from column J (column L). Hence column L will only show the duplicate data found in the the 5 other columns. Note that there will not be duplicate data within any one column. The duplicate data will only exist across columns. I am assuming that the best way to do this is to create a VBA 2D array, define it by the colunn with the most rows of data and then load each column into the array and search for duplicates from there. I am assuming that I would then store the duplicates in another array and then dump the results to column L. Any insight on how to do this efficiently? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Searching on 2 columns and putting result in third column. | Excel Worksheet Functions | |||
Print multiple columns from single column data? | Excel Discussion (Misc queries) | |||
Instructions on searching workbook for duplicates in Excel | Excel Discussion (Misc queries) | |||
How do I print a single column of data in two columns on one page | Excel Discussion (Misc queries) | |||
print 3 column range in six columns | Excel Discussion (Misc queries) |