View Single Post
  #47   Report Post  
Posted to microsoft.public.excel.programming
Albert Albert is offline
external usenet poster
 
Posts: 203
Default Append One Array to Another, and Consolidate

Yeah, I guess we should have gotten that clear from the start.

"Alan Beban" wrote:

Albert wrote:
29 30 31 11
5 1 7 3
9 10 11 12
1 2 3 4
21 9 21 24
25 26 10 28


Oh, I get it. Although the original poster mentioned consolidating
duplicate "elements", your algorithm consolidates duplicate rows.

Alan Beban