Here's another approach using non-array formulas to "auto-stack" inputs
from the 3 input sheets and "autofilter" uniques only into one
"consolidated" col
Sample construct available at:
http://www.savefile.com/files/6525629
AutoStacknFilterUniques_From3Sheets_spirosu_gen.xls
Assume data input in 3 input sheets: U1, U2, U3
is made within A1:A10 (10 rows each)
In a new sheet: Consol
Put in (normal ENTER all formulas):
A1:
=IF(ISERROR(SMALL(C:C,ROW(A1))),"",INDEX(B:B,MATCH(SMALL(C:C,ROW(A1)),C:C,0)
))
B1:
=IF(ISERROR(SMALL(Consol!D

,ROW(B1))),IF(ISERROR(SMALL(Consol!E:E,ROW(B1)-M
AX(D

))),IF(ISERROR(SMALL(Consol!F:F,ROW(B1)-MAX(E:E))),"",INDEX('U3'!A:A,M
ATCH(SMALL(Consol!F:F,ROW(B1)-MAX(E:E)),Consol!F:F,0))),INDEX('U2'!A:A,MATCH
(SMALL(Consol!E:E,ROW(B1)-MAX(D

)),Consol!E:E,0))),INDEX('U1'!A:A,MATCH(SMA
LL(Consol!D

,ROW(B1)),Consol!D

,0)))
C1:
=IF(B1="","",IF(COUNTIF($B$1:B1,B1)>1,"",ROW()))
D1:
=IF('U1'!A1="","",ROW())
E1:
=IF('U2'!A1="","",MAX(D

)+ROW())
F1:
=IF('U3'!A1="","",MAX(E:E)+ROW())
Select D1:F1, copy down to F10
(cover the max extent of data in each of the input sheets U1 to U3)
Select A1:C1, copy down to C30
(cover the aggregate of the max extents in the input sheets,
i.e. 10 rows per input sheet x 3 input sheets = 30 rows)
Col A will return the auto-stacked, unique inputs from the 3 input sheets
(Col B returns all inputs irrespective, auto-stacked)
Adapt to suit
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"spirosu" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>
> I have 3 spreadsheets all which contain the similar data in this one
> single column. The three spreadsheets are being used by 3 different
> users. Each one is filling out different rows to that one column.
> What I need now is a formula to combine the information in that one
> column from their spreadsheets into a master column. I just want to
> keep the unique records though.
>
> Hope someone can help.
>
> regards,
> Spiro
>
>
> --
> spirosu
> ------------------------------------------------------------------------
> spirosu's Profile:
http://www.excelforum.com/member.php...fo&userid=7442
> View this thread: http://www.excelforum.com/showthread...hreadid=496797
>