Copy a cell down

LDale

New Member
Joined
Apr 2, 2011
Messages
26
I need a way to fill in the blanks in the column. Need to copy the information in a cell down the blanks cell until it comes to a cell with information then copy that information down the next filled cell. Continue this until all cells in the column are filled.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
I need a way to fill in the blanks in the column. Need to copy the information in a cell down the blanks cell until it comes to a cell with information then copy that information down the next filled cell. Continue this until all cells in the column are filled.
Is this what you want...

Let's assume this is your data:

Book1
A
110
2
3
45
54
6
7
8
9
101
Sheet1


And you want to end up with this:

Book1
A
110
210
310
45
54
64
74
84
94
101
Sheet1

It's simple to fill in the blanks...

Select the range in question. In this example it would be A1:A10.
Hit function key F5
Click Special
Select Blanks>OK
Type an = equal sign
Press the UP directional arrow key
Hold down the CTRL key then hit Enter
 
Upvote 0
LDale,


Try this on a copy of your data first:


Select the column of data, press F5, click Special, tick Blanks, click OK.
Press =
Press Up arrow
Press CTRL + Enter
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,246
Members
449,075
Latest member
staticfluids

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