Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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