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:
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!
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!