srizki
Well-known Member
- Joined
- Jan 14, 2003
- Messages
- 1,860
- Office Version
- 365
- Platform
- Windows
Hi all,
I have data that I sort every month. I want to sort the data based on the column values as follows.
[TABLE="width: 125"]
<tbody>[TR]
[TD]0517HZJ036241005
[/TD]
[/TR]
[TR]
[TD]0517HZJ307583003
[/TD]
[/TR]
[TR]
[TD]0717HZJ036241005
[/TD]
[/TR]
[TR]
[TD]0417HZJ036241005
[/TD]
[/TR]
[TR]
[TD]0417HZJ307583003
[/TD]
[/TR]
[TR]
[TD]0417NNJ036241005
[/TD]
[/TR]
[TR]
[TD]0417NNJ279495002
[/TD]
[/TR]
[TR]
[TD]0417NNJ354507001
[/TD]
[/TR]
[TR]
[TD]0517NNJ036241005
[/TD]
[/TR]
[TR]
[TD]0517NNJ279495002
[/TD]
[/TR]
[TR]
[TD]0517NNJ354507001
[/TD]
[/TR]
</tbody>[/TABLE]
So, this is what I want, I want to sort by the last digits of invoice numbers, such as, 7001, 95002, 83003 etc. so all invoices will be together and will be sorted by month, So it will be easy to find what month(s) is/are missing.
Please advise.
Regards,
I have data that I sort every month. I want to sort the data based on the column values as follows.
[TABLE="width: 125"]
<tbody>[TR]
[TD]0517HZJ036241005
[/TD]
[/TR]
[TR]
[TD]0517HZJ307583003
[/TD]
[/TR]
[TR]
[TD]0717HZJ036241005
[/TD]
[/TR]
[TR]
[TD]0417HZJ036241005
[/TD]
[/TR]
[TR]
[TD]0417HZJ307583003
[/TD]
[/TR]
[TR]
[TD]0417NNJ036241005
[/TD]
[/TR]
[TR]
[TD]0417NNJ279495002
[/TD]
[/TR]
[TR]
[TD]0417NNJ354507001
[/TD]
[/TR]
[TR]
[TD]0517NNJ036241005
[/TD]
[/TR]
[TR]
[TD]0517NNJ279495002
[/TD]
[/TR]
[TR]
[TD]0517NNJ354507001
[/TD]
[/TR]
</tbody>[/TABLE]
So, this is what I want, I want to sort by the last digits of invoice numbers, such as, 7001, 95002, 83003 etc. so all invoices will be together and will be sorted by month, So it will be easy to find what month(s) is/are missing.
Please advise.
Regards,
Last edited: