Consulting the Experts!

Scratching my head on this one; guess that's better than the alternative!

Here is what I'm needing assistance with:

Need to Auto FIll cells in a Column. Fill down from preceeding cell, using a formula within that cell.

The number of rows containing data varies from one dataset to another (i.e., Dataset A has 200 rows and Dataset B has 500 rows). No matter the number of row, the cell will need to be poulate with the formula and 'not' populate cells beyound the number of rows containing data.

Here is some code where I can start from (feel free to jump in and add additional code to this to completed the actions as mentioned above.

Range ("T2").Select
ActiveCell.FOrmulaR1C1 = "=RC[-2]*180


Truely appreciate anyone's assistance!!

Tim