olismith89
New Member
- Joined
- Dec 4, 2014
- Messages
- 12
I have searched for hours and can't find what I'm looking for so hope someone can help me.
I have a table of data (A25:G55) to indicate outstanding orders of a product. They are in order of when each order was placed, so not in any specific numerical order. What I want to be able to do is delete all the orders I have completed and then have a macro button that I can click which shifts all the data (but keeps it in the same order as inputted) up into the top left box (B25). Example below.
If I completed orders 15, 80 and 75, I want to be able to manually delete the cells containing those numbers, leaving 3 blank cells, and then click a button to shift it to the example below.
The "X" is A25 and is essentially a 'dead cell' that is not in use.
Hope someone can help. Happy to clarify further info if needed.
I have a table of data (A25:G55) to indicate outstanding orders of a product. They are in order of when each order was placed, so not in any specific numerical order. What I want to be able to do is delete all the orders I have completed and then have a macro button that I can click which shifts all the data (but keeps it in the same order as inputted) up into the top left box (B25). Example below.
A | B | C | D | E | F | G | |
25 | X | 15 | 80 | 75 | 90 | 5 | 10 |
26 | 75 | 90 | 70 | 25 | 20 | 10 | 5 |
If I completed orders 15, 80 and 75, I want to be able to manually delete the cells containing those numbers, leaving 3 blank cells, and then click a button to shift it to the example below.
A | B | C | D | E | F | G | |
25 | X | 90 | 5 | 10 | 75 | 90 | 70 |
26 | 25 | 20 | 10 | 5 |
The "X" is A25 and is essentially a 'dead cell' that is not in use.
Hope someone can help. Happy to clarify further info if needed.