Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
To all,
is there not a function in mathcad to return the "top N" value of a data set?
Thanks
Regards
Solved! Go to Solution.
You can just use sort() or csort(), followed by submatrix(0,9,0,cols()-1)
You can just use sort() or csort(), followed by submatrix(0,9,0,cols()-1)
Thanks. Thought there was a specific function like in xls (LARGE) to do the job directly