A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
That's not going to work.
Use another column as a "helper" column on the Job Card worksheet. For example, use column J, which presumably has General format (the default).
- Turn Data > Filter Off
- Enter this formula =TEXT(A4,"0000") Then copy it down.
- Format column K as text.
- Select column J
- Copy column J
- In cell K1 use Paste Special > Values. This pastes the entire list of numbers as into the column, which is formatted as text so it keeps the leading zeros.
- Select column K
- Edit copy
- Right-click on Cell A1 and choose Insert Cut Cells. Your column A1 should now show the Cost center code and everything should have shifted over 1 column to the right
- Delete column B (formerly column A)
- Re-create your pivottable
Your pivottable will now have the order you expect.
Now that column A is formatted as text, additional entries will work fine.