copy rows down

R

rodchar

hey all,

i have a single column of rows

id,type
1,phone
2,
3,
4,email
5,
6,

is there an easy way to fill in the blanks with the previous non-blank type?

like this?

1,phone
2,phone
3,phone
4,email
5,email
6,email

thanks,
rodchar
 
G

Gord Dibben

Select the column.

F5>Special>Blanks>OK

In active blank cell type an = sign the point or arrow to cell above/

CTRL + ENTER to fill in.

Copy/paste special(in place)>values>ok>esc.


Gord Dibben MS Excel MVP
 
R

rodchar

Sean read my mind on this one on an earlier reply:
The only fix I can give you is to unmerge the rows. Then, just enter the
person's name in each of the rows. That would fix it.
Suggestion would be to highlight the column and uncheck merge cells. Then,
in the first blank row, enter = and reference the cell just above. Copy this
formula and do Edit - Go to - Special - Blanks and paste. Copy the column
again and paste-special values to get rid of the formulas...

Thanks,
rod.
 

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

Similar Threads


Top