formula auto-progression thru rows

A

ayeFayze

=I2/H2...any way to make this go I3/H3,I4/H4 thru I450/H450 with out maually
touching every cell? have spent hours finding no reference to this type of
action. i know its got to be basic. thx
 
B

bpeltzer

If you drag that formula down through a column, it should adjust the row
references automatically. Check your formula: is it i2/h2 as you indicated
in your post? Or $i$2/$h$2 ? The latter uses absolute references which will
NOT adjust automatically (that's the difference between relative and absolute
references).
HTH. --Bruce
 
R

Ron Coderre

If the cells are contiguous in a column, try this:

Select the cell with the base formula
Edit>Copy
Select all the cells below that one that need the formula
Press [Enter]


Does that help?

***********
Regards,
Ron
 
A

ayeFayze

nailed it!!! i can't tell you how much i appreciate your help.

Ron Coderre said:
If the cells are contiguous in a column, try this:

Select the cell with the base formula
Edit>Copy
Select all the cells below that one that need the formula
Press [Enter]


Does that help?

***********
Regards,
Ron


ayeFayze said:
=I2/H2...any way to make this go I3/H3,I4/H4 thru I450/H450 with out maually
touching every cell? have spent hours finding no reference to this type of
action. i know its got to be basic. thx
 
Top