repeat without change

  • Thread starter Thread starter spxer
  • Start date Start date
S

spxer

I am trying to repeat a column with the series:

=L3+($L1*AF4)+($L1*AF4*20%)
=L4+($L1*AF5)+($L1*AF5*20%)

I have tried select and drag and copy and paste. Every way I try
changes the $L1 to $L2, $L3 etc. How do I repeat without changing the
L1? I thought the $ sign is supposed to accomplish that. Thanks
 
=L3+($L$1*AF4)+($L$1*AF4*20%)

you are making the column absolute not the row

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
You need to put the $ in front of the 1, i.e.:

=L3+($L$1*AF4)+($L$1*AF4*20%)

If you are copying down, the $ in front of the L is not really
necessary.

Hope this helps.

Pete
 

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