Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have an inventory sheet where items are listed as: BE-01, BE-02..., PE-01,
PE-02... etc. When I add new items I indicate a preliminary inventory as (ie) BE- in the inventory number column. When I am done I may have several items that have BE- in the inventory number column. When I sort the worksheet, all the BE- items end up together, but they sort before BE-01, BE-02... I want them to sort at the end of the BE group so I can assign an inventory number by dragging the cursor to continue the series. How can I do that? |
#2
![]() |
|||
|
|||
![]()
Why not let them just sort to where they will as you will have to sort them
again afterwards. Use Conditional Formatting to Identify the incomplete ones. I think you could use a formula like =AND(Len(a1)1,len(a1)<4) More on Conditional Formatting on http://www.mvps.org/dmcritchie/excel/condfmt.htm another possibility would be to use Filter --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "jmt" wrote in message ... I have an inventory sheet where items are listed as: BE-01, BE-02..., PE-01, PE-02... etc. When I add new items I indicate a preliminary inventory as (ie) BE- in the inventory number column. When I am done I may have several items that have BE- in the inventory number column. When I sort the worksheet, all the BE- items end up together, but they sort before BE-01, BE-02... I want them to sort at the end of the BE group so I can assign an inventory number by dragging the cursor to continue the series. How can I do that? |
#3
![]() |
|||
|
|||
![]()
Instead of labeling new entries
BE- Try using BE-9999 That'll sure put them at the, wouldn't it ? And of course, dragging down at least the last 2 old entries will overwrite the 9999. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "jmt" wrote in message ... I have an inventory sheet where items are listed as: BE-01, BE-02..., PE-01, PE-02... etc. When I add new items I indicate a preliminary inventory as (ie) BE- in the inventory number column. When I am done I may have several items that have BE- in the inventory number column. When I sort the worksheet, all the BE- items end up together, but they sort before BE-01, BE-02... I want them to sort at the end of the BE group so I can assign an inventory number by dragging the cursor to continue the series. How can I do that? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert Excel imported numbers from text to numbers? | Excel Discussion (Misc queries) | |||
Converting Numbers to Text properly | Excel Discussion (Misc queries) | |||
Sorting when some numbers have a text suffix | Excel Discussion (Misc queries) | |||
How do I split a column having numbers and text in a random order | Excel Worksheet Functions | |||
Sorting imported "numbers" | Excel Discussion (Misc queries) |