Forum Discussion
E_C_Tony
Sep 08, 2022Copper Contributor
Unique Function - Horizontal Spill
Hi, I want the results of a list returned by Unique to spill horizontally along one same row - not vertically down a column. Does anyone know how to do that please?
Riny_van_Eekelen
Sep 08, 2022Platinum Contributor
E_C_Tony Use this:
=TRANSPOSE(UNIQUE(..........))