Forum Discussion
mark wallen
Apr 15, 2018Copper Contributor
Copy value above a blank cell to the blank cell and replace a character in the copied value? In a co
I want to fill all blank cells in a column with the previous filled cell above it. Then find and replace one character in the copied value. Possible? Newbie.
Haytham Amairah
Apr 15, 2018Silver Contributor
Hi Mark,
This is possible, to do it:
- Select the targeted column
- Press Ctrl+G and then select Special button to open the Go To Special dialog box
- While you in the Go To Special dialog box, select Blanks and then hit OK.
Now you have all the blank cells selected, keep them selected and then go to the formula bar and type the cell address exists before the active cell.
For example, If the active cell of the selected blank cells is A4, then type =A3 and then hit Ctrl+Enter.
After that, you can find and replace what you want.
- Zenzan1333Apr 12, 2022Copper Contributor
Hi Haytham Amairah , I'm wondering if there is a similar process to do the reverse, but only to the first blank cell above the active cell e.g. in a column where there are both multiple and single blank cells above cells with data, how can I copy the data into just the first blank cell above it? Thanks!