repeating formulas

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

Guest

I am trying to duplicate part of my formula in a column or row
I created a formula using a1*b1 in c1
Now i want to use
c1*a2
c1*a3
c1*a4
etc.

How can I make that happen?

Right now when I grab the plus at the bottom right if creates
c1*a2
c2*a3
c3*a4

Help please
 
Use an Absolute Reference to cell C1.

=$C$1*A2

The $ symbols will prevent that reference from incrementing when you copy.

HTH,
Elkar
 

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

Formulas 2
how to sum up a range of formulas? 5
PLEASE HELP TO MATCH ALL SHEET AND THEN MERGE, 1
Autofill Problem 2
Round up & Autosum 1
Complex IF 5
Return latest value from data range 4
Matrix 1

Back
Top