Copying Lookup formulas

R

Randy Vieira

I have a simple lookup formula

=LOOKUP(F8,O8:O29,P8:p29)*G8

Where I need to use the value of cell "F8" to determine what I must multiply
"G8" by. Works fine. I need to know how to drag that formula (copy) it to
successive cells. When I do that, Excel advances all the values by one
number e.g. =LOOKUP(F9,O9:O30,P9:p30)*G9. This gives me an incorrect
result. How can I make it advance the cells without advancing the lookup
range? I did a search on Lookup and received a ton of hits, thought I could
narrow it down with a direct question.

TIA

Randy,
 
I

IC

Use a $ before the cell references you need to be absolute. eg $F$8 or $F8
or f£8 for absolute cell, column or row respectively. The character preceded
by $ will not change when copying the formula.

Ian
 
R

Randy Vieira

BINGO! Thanks A Bunch!

Randy,


IC said:
Use a $ before the cell references you need to be absolute. eg $F$8 or $F8
or f£8 for absolute cell, column or row respectively. The character
preceded by $ will not change when copying the formula.

Ian
 

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