Try:-
=SORT(A1:A10)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I just try to use the function SORT, to sort one column, but I get and error message : That function isn't valid.
or I try =SORT(A1:A10) but same error.
I surely do something wrong, any idea ?
Thank you
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Try:-
=SORT(A1:A10)
. . . or to sort in descending order:-
=SORT(A1:A10,1,-1)
Same error : That function isn't valid.
Same error : That function isn't valid.
Both items tested in 16.0.14827.20158 and both working correctly here.
I have no doubt the formula is working, but something should be wrong with my Excel.
I even reinstall it and got the same error.