Hi Jet,
I know that specifying a field name on a rows replicator will "unique-ify" the list of results brought back.
Is there any way to get a rows replicator to do this when passing it an array for a table name instead of a database table?
I.e. - B1 = 1, B2 = 2, B3 = 2
Currently =NL("Rows", B1:B3) returns 1,2,2 and NL("Rows", B1:B3, B1:B3) returns the same. Is there any syntax I can use to only return two rows of 1,2?
Again, this would be for custom table ranges. --or is my problem that I need to get the rows function to recognize it as a table and not an array?
Thanks!

