Forum Discussion
LukeORafferty
Oct 11, 2022Copper Contributor
Can I use UNIQUE as column headers?
As far as I can see the UNIQUE function always fills down. Is there a way/workaround to fill right instead? I.e. in the example from the https://support.microsoft.com/en-us/office/unique-function-c5a...
- Oct 11, 2022
LukeORafferty That would be
=TRANSPOSE(UNIQUE(..........))
Riny_van_Eekelen
Oct 11, 2022Platinum Contributor
LukeORafferty That would be
=TRANSPOSE(UNIQUE(..........))
LukeORafferty
Oct 12, 2022Copper Contributor
Ah so simple, thank you! Riny_van_Eekelen