How can I automate double clicking the bottom right corner of all of the cells in a list/table?

Waboku

New Member
Joined
Jul 8, 2016
Messages
45
Hello,

Thank you for considering my question. I am making a spreadsheet that involves a lot of double clicking the bottom right corner of cells. It would save me, I think, a few days to be able to automate doing that. To be more specific I made examples below of before and after of what I would like to automate.

Before:
Event
NameData
1
Waboku11
2
3
Waboku21
2
2
Waboku11
2
Waboku21
2

<tbody>
</tbody>

After:
Event
NameData
1
Waboku11
1
Waboku12
1
Waboku13
1
Waboku21
1
Waboku22
2
Waboku11
2
Waboku12
2
Waboku21
2
Waboku22

<tbody>
</tbody>

I'm sorry I don't know how to make the above look like a spreadsheet.
 
Last edited:

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
CTRL + D should autofill a selection. Does this not work?

When i tried using control + D just now the spreadsheet auto filled the first cell down to the last filled cell to the right of the column. It didn't autofill the next name on the list instead it just autofilled the previous name over it to the end of the list.

for example,

before:
Name 1
blank
Name 2
blank

after
Name 1
Name 1
Name 1
Name 1

Thanks for considering helping me with this.
 
Upvote 0

Forum statistics

Threads
1,215,165
Messages
6,123,391
Members
449,098
Latest member
ArturS75

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