Inserting Formula into Table

Novice86

New Member
Joined
Jul 18, 2015
Messages
13
I have a simple data table I would like to insert a formula into a column. There are approximately 900 rows records above where I'm entering my formula. I would like to have the formula carry onto the next row added to the table but do not want to have this formula change values in the 900 records above in the table.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
say you put the formula in B901 =if(a901="","",a901+5)
drag it down 10 rows
now as you add new data in a column b column populates according to the formula
 
Upvote 0
This is tied to populating a date every time a report is run. Column J formula is =IF(ISBLANK(A931),"WORK ORDER?",NOW()). I want to retain the dates I've already entered into rows 1-900 but have excel populate date going forward.
 
Upvote 0

Forum statistics

Threads
1,216,500
Messages
6,131,016
Members
449,615
Latest member
Nic0la

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top