S
Sean Bartleet
Hi,
I have two dynamic lists of numbers that I wish to combing into one list
using formulas. The lengths of the sourse and resulting lists can change,
duplicate numbers should not be listed twice and the resulting list should
be in numerical order.
For example, if I have list one in cells A1:A5 (1,2,3,4,5) and list 2 in
cells C1:C4 (2,4,6,8), I wish to have the resulting list in cells E1:E7
(1,2,3,4,5,6,8).
The formulas need to be dynamic, for example if I were to insert two cells
in between A3 and A4 an move the cells down and enter values 10 and 11 into
the gap. List 1 should now read (1,2,3,10,11,4,5) I would like the resulting
list in cells E1:E9 (1,2,3,4,5,6,8,10,11).
Any suggestions will be appreciated. At present I am having to do this
manually by copying the two lists below each other, sorting and running a
macro to delete duplicate entries. This is a pain and runs the risk of the
third list getting out of date if lists 1 or 2 change and I forget to
rebuild list 3.
I have shown this example on one sheet, in reality all three lists are on
different sheets.
Thanks.
Sean
I have two dynamic lists of numbers that I wish to combing into one list
using formulas. The lengths of the sourse and resulting lists can change,
duplicate numbers should not be listed twice and the resulting list should
be in numerical order.
For example, if I have list one in cells A1:A5 (1,2,3,4,5) and list 2 in
cells C1:C4 (2,4,6,8), I wish to have the resulting list in cells E1:E7
(1,2,3,4,5,6,8).
The formulas need to be dynamic, for example if I were to insert two cells
in between A3 and A4 an move the cells down and enter values 10 and 11 into
the gap. List 1 should now read (1,2,3,10,11,4,5) I would like the resulting
list in cells E1:E9 (1,2,3,4,5,6,8,10,11).
Any suggestions will be appreciated. At present I am having to do this
manually by copying the two lists below each other, sorting and running a
macro to delete duplicate entries. This is a pain and runs the risk of the
third list getting out of date if lists 1 or 2 change and I forget to
rebuild list 3.
I have shown this example on one sheet, in reality all three lists are on
different sheets.
Thanks.
Sean