Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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