Newbies Brandon HanYee Posted July 13, 2016 Newbies Posted July 13, 2016 Hi, I am finding the solution for sort value list. Example: Current value list: A 1 A 10 A 11 A 2 A 21 A 3 A 4 I want the value list look like this: A 1 A 2 A 3 A 4 A 10 A 11 A 21 P/s: I need to use the data field = Text. Anyone can help me? Thank you.
Lee Smith Posted July 13, 2016 Posted July 13, 2016 Text doesn’t sort like that. Depending on how much your list could grow, increase the lead zeros. For your needs up to 100, Use A01, A02 - A99 If it will be larger, use more lead zeros. hundreds A001, A002, - A100 thousands. A0001, A0002, - A1000
Recommended Posts
This topic is 3111 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now