![]() |
Sorting
We use a custom formatted number ##-####-## I need to be able to sort by
the middle four digits for a report. Can someone help me please? I have done it before, but I am having a brain freeze. Thanks |
Sorting
Use another column with formulas like:
=mid(a1,4,4) and then sort your data by that column. tcidawn wrote: We use a custom formatted number ##-####-## I need to be able to sort by the middle four digits for a report. Can someone help me please? I have done it before, but I am having a brain freeze. Thanks -- Dave Peterson |
Sorting
You could create a Helper column
=MID(A1,4,4) then sort by that column "tcidawn" wrote: We use a custom formatted number ##-####-## I need to be able to sort by the middle four digits for a report. Can someone help me please? I have done it before, but I am having a brain freeze. Thanks |
Sorting
=--MID(A1,4,4) "tcidawn" wrote: We use a custom formatted number ##-####-## I need to be able to sort by the middle four digits for a report. Can someone help me please? I have done it before, but I am having a brain freeze. Thanks |
All times are GMT +1. The time now is 05:05 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com