Inserting rows in one sheet messes up formula in another sheet

RammsteinNicCage

New Member
Joined
Sep 15, 2009
Messages
33
I have two worksheets. The first sheet is where we enter data. The second sheet has a formula to read that data and basically format it for use in a chart. When we insert X new rows at the bottom of our data on the first sheet, it causes the formula to jump X rows so it basically skips X rows of new data.

Here's the formula:

Code:
=IF(ISNUMBER('Table 5'!BP93), 'Table 5'!BP93, NA())

To make it a little clearer, if I insert 10 new rows on the Table 5 sheet after row 93, then my formula on the other sheet (which I already have dragged down to row 120 for "automatic" updating) will go from 93 to 103, skipping the numbers in between.

Thanks for the help!
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
I'm not sure what formatting (if any) you have in this, but your formulas on the sheet that messed up when you deleted from your other sheet...all you need to do is go a row above the error, copy the formulas in that row and fill down however far you need.

It is #REF!/#VALUE!'ing because you deleted/inserted and 'confused' it if you will. All rows above it should be good to go.
 
Upvote 0
I'm not sure what formatting (if any) you have in this, but your formulas on the sheet that messed up when you deleted from your other sheet...all you need to do is go a row above the error, copy the formulas in that row and fill down however far you need.

It is #REF!/#VALUE!'ing because you deleted/inserted and 'confused' it if you will. All rows above it should be good to go.

Casey, that is what I have been doing now, but I'm trying to make it easier for my co-workers. The less I have to explain to them, the better.

With the way that my Table 5 sheet is set up, there are "foot notes" below the data (they will not fit in the footer because of the character limit and an image of them just doesn't look right and isn't as easy to edit), that is why we have to insert new rows between the last row of data and the foot notes whenever we get new data in.
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,292
Members
452,902
Latest member
Knuddeluff

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