Hi,
I have a document that I update on a regular basis and I need to sort it by 3 columns.
Column A has the name of the client, Column B has the House number and column C has the quotes:
Bellow is an example of column C.
1 of 12
2 of 12
3 of 12
4 of 12
5 of 12
6 of 12
7 of 12
8 of 12
9 of 12
10 of 12
11 of 12
12 of 12
My problem is that when I insert new clients I like to sort them. I use the sort comand and have it sorted by Client name, then by house number and finnally by quote. When I do this, I get the following in column C.
1 of 12
10 of 12
11 of 12
12 of 12
2 of 12
3 of 12
4 of 12
5 of 12
6 of 12
7 of 12
8 of 12
9 of 12
Any way I can solve this sorting problem?
I like the "1 of 12" format because I can select an drag down to the next cell and it populates automatically to "2 of 12", "3 of 12" and so on.
Thanks!
Bookmarks