SOLVED

Unique function

Copper Contributor

Hi,

is it possible to have the result of Unique function in one row ?

 

2 Replies
best response confirmed by Hans Vogelaar (MVP)
Solution

@GianlucaB69 You can wrap it into TRANSPOSE, like so:

=TRANSPOSE(UNIQUE(............))

@Riny_van_EekelenThanks a lot !

1 best response

Accepted Solutions
best response confirmed by Hans Vogelaar (MVP)
Solution

@GianlucaB69 You can wrap it into TRANSPOSE, like so:

=TRANSPOSE(UNIQUE(............))

View solution in original post