moving column down when making new entry

gmann101

New Member
Joined
Nov 5, 2014
Messages
1
Hi :)

I am making a to-do list and I want to, when adding a new task, have the column move one cell down and put the task on top of column. That means I want the new tasks to be on top so i dont have to scroll down all the previous tasks to add a new one. Is that possible?

I know it is a bit confusing so here is an example.

(A2) is the typing cell and Task C is the new task

A
1Tasks
2Do C
3Do B
4Do A
5

<tbody>
</tbody>

After typing in Task C i want it to move down on where Task B is (A3) and task B moving to task A spot (A4) and etc. And leaving the typing cell (A2) blank for a new entry.
So it would look like this:

A
1Tasks
2
3Do C
4Do B
5Do A

<tbody>
</tbody>

Kind regards, Gmann
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,214,971
Messages
6,122,525
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top