Keep cell reference

fishcad

New Member
Joined
Oct 6, 2016
Messages
11
I use Excel to run wrestling tournaments in which the wrestlers are sorted by weight and automatically placed in brackets. I have one workbook for round-robin tourneys and another workbook for line-bracket tourneys. Occasionally I need to insert a bye into the list of wrestlers and have the other wrestlers move down in the list. I need the cells that refer to the "Bye" cell to stay on that cell rather than move to the next cell down. Please look at the attached images to see what I mean.

Insert cell question - 1 - small.jpg
Insert cell question - 2 - small.jpg
Insert cell question - 3 - small.jpg
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
When you say "insert" Bye, exactly what do you mean?
Honestly your pics in OP didn't help me, it's just too small for me to make head or tails out of them.
So my answer was "in general" that's how you maintain the cell reference by using Absolute referencing.
 
Upvote 0
At first I thought you were inserting a cell at I5
But if you're inserting a cell at D4
Then, try this:

=INDIRECT("D4")
 
Upvote 0
When you say "insert" Bye, exactly what do you mean?
Honestly your pics in OP didn't help me, it's just too small for me to make head or tails out of them.
So my answer was "in general" that's how you maintain the cell reference by using Absolute referencing.
I select D4, E4, and F4 then insert cells so all the cells shift down. Then I type in "BYE".
 
Upvote 0
That just resulted in I5 being a "0".

That's because the new D4 is blank.
Until you Enter Something in the Now (new) D4, it will show 0, put something in the new D4, and I5 will show whatever is there.
 
Upvote 0

Forum statistics

Threads
1,215,169
Messages
6,123,412
Members
449,098
Latest member
ArturS75

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