Inserting a row...I want the formula to change...

lilcrum3

New Member
Joined
Jul 20, 2006
Messages
13
I have a file that I will be inserting rows at the end of each moth..
I have a row that has a formula in it to figure out a score (row 10)....the data used to figure out the score is in row 9. Row 9 is July stats. I want to insert a row after row 9 for August stats, and i want the score that is row 11 (was in row 10) to reference the new August data (row 10). Everytime I insert a row, the formula stays constant with July stats (row 9). Is there a way I can get the formula to not stay constant?
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Since we have no way of knowing what your formula or data looks like, I will post here the germ for one possible solution.

Suppose you have a 9 in cell A9, and, in cell A10, you have the formula, =A9. If you insert a new, empty row 10, and insert, say, a 10 in cell A10, your formula, now in A11, still shows =A9, which is a 9. But, we want to show what is in cell A10, which is a 10, in cell A11. Here is one way:

Before inserting the new row 10, change the formula in cell A10 from =A9, to =INDIRECT("A"&ROW()-1). Now, insert the new row 10, and enter the value 10 in cell A10. You will now get cell A11 to show the contents of cell A10, which is a 10.

Do let us know if this idea has allowed you to solve your problem.
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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