Forum Discussion
BW07
Feb 20, 2025Copper Contributor
SORTBY Function
How do I limit the number of rows displayed by the SORTBY function? For example to only display the top 5 rows.
Use the TAKE function:
=TAKE(SORTBY(...), 5)
1 Reply
Sort By
Use the TAKE function:
=TAKE(SORTBY(...), 5)