copying data down columns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet that is a data dump from a main frame. I would like to
put everything into an Access database but have to clean up the data. I have
a Name is cell A1 and then another name in cell A20 and another in cell A26.
I would like to be able to quickly fill in cells A2-A19 with the name in cell
A1 while at the same time filling cells A21-A25 with the cell contents of
A20. I know I saw a solution on a website once but cannot recall what the
site was or what the solution is.
 
How about trying a simple =($A$1) in cell A2 and copy down to A19 and
=($A$20) in cell A21:A25. Maybe pop it on a macro and link it to a button to
run the two formulas?
Not sure if that'll fit your needs.

Kind regards

Gareth
 
Select column A and F5>Special>Blanks>OK

In the active blank cell type an = sign then point or arrow up to the cell
above then hit CTRL + ENTER.

Copy column A and Paste Special(in place)>Values>OK>Esc


Gord Dibben MS Excel MVP
 
Exactly what I was looking for.....Thank You!!!

Gord Dibben said:
Select column A and F5>Special>Blanks>OK

In the active blank cell type an = sign then point or arrow up to the cell
above then hit CTRL + ENTER.

Copy column A and Paste Special(in place)>Values>OK>Esc


Gord Dibben MS Excel MVP
 

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