Filling Blank Cells

  • Thread starter Thread starter test
  • Start date Start date
T

test

Hi

I have Text(Peoples Names) in Column A of a worksheet with blank spaces in
between. I need to copy the Text(Peoples Names) to the next cell in the
column. My reference would always have to be the Cell above. If the next
Cell contains Text(Peoples Names) then this will be the next reference until
the first entire blank row is detected or Blanks are detected in Coumn B.

A1 = Julian
A2 = Blank
A3 = Jack
A4 = Blank

Result A2 to be Julian and A4 to be Jack

Thanks
Julian
 
Select the column of data, down to the last filled cell + 1. Then Edit/Goto,
click the Special button and select Blanks. Assuming the active cell is now
A2, type the formula =A1 and press CTRL+ENTER to put the formula in all of the
blank cells.

If you need to convert these formulas to their values, select all filled cells
in column A, then it's Copy, then Edit/Paste Special and select the Values
option.
 
Work great.

Thanks Myrna
Myrna Larson said:
Select the column of data, down to the last filled cell + 1. Then Edit/Goto,
click the Special button and select Blanks. Assuming the active cell is now
A2, type the formula =A1 and press CTRL+ENTER to put the formula in all of the
blank cells.

If you need to convert these formulas to their values, select all filled cells
in column A, then it's Copy, then Edit/Paste Special and select the Values
option.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top