Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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