Hello to everybody,
Need piece of advice. I have to sort some data by column that contains text & numbers:
week 1
week 2
week 3
...
week 10
week 11
and so on.
How it should be formatted?
Thanks a lot in advance,
Irina.
Hello to everybody,
Need piece of advice. I have to sort some data by column that contains text & numbers:
week 1
week 2
week 3
...
week 10
week 11
and so on.
How it should be formatted?
Thanks a lot in advance,
Irina.
You might consider padding the week with 0's, ie. week 001, week 013, week 321, etc. Then it should sort normally.
Alternatively you could pad with spaces ie. week[space][space][space]1, week[space][space]13, week[space]321, etc.
You could also add a helper column that pulls out the week number.
Scott
Thank you. I just wanted to use the way MS Excel suggests to use in the "Help". Something like "Format it as custom", but all my efforts had the same "wrong" result.Originally Posted by Maistrye
You could number your weeks, say 1, 2, 3, 4, etc., then custom format the cell to
"Week "###
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
Works perfectly, thanks.Originally Posted by oldchippy
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks