Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel cell copying problem 1

Status
Not open for further replies.

EvolMonster

Programmer
Aug 14, 2006
41
GB
Hi All

I have a spreadsheet that i'm trying to keep as dynamic as possible, so I can generate scripts from user entered data.

I have a column that I wish to populate with the same formula all the way down :

Column 1
=C3
=C3
=C3

At the moment, if i drag the top cell down, it populates as below :

Column 1
=C3
=C4
=C5

How do I just copy exactly what is in one cell all the way down?

Thanks in advance
EM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top