autofill with one part of the formula refering to a constant cell

G

Guest

how do I use autofill if part of the formula refers to one cell and all other
other calculations down the row refer to that same cell? eg
Cell D1 is =C1/C10*100
Cell D2 is =C2/C10*100
Cell D3 is =C3/C10*100
 
B

Biff

Enter this in D1 and just copy down:

=C1/C$10*100

The $ "locks" the row number.

Likewise, if you were to drag copy across:

=C1/$C10*100

The $ "locks" the column letter.

You can "mix and match" in any combination depending on your needs.

Biff
 

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

Top