Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dwighttrumbower
Creator
Creator

How to sort in CONCAT?

I'm using

=CONCAT(distinct Year, ' |'  )

4 Replies
dwighttrumbower
Creator
Creator
Author

I have tried but get it to order by descending year. Not sure I understand sort-weight.

Alfons_S
Contributor
Contributor

Try this:

=CONCAT(distinct Year, ' |'  ,-Year)

fernandolordao
Contributor
Contributor

Did sort-weight parameter work with negative values?