Floating Relative Cell References???

duhgman

New Member
Joined
Jan 15, 2004
Messages
40
I have the following cell contents:

='SalesFigures'!A49 Sales - 49
='SalesFigures'!B49
='SalesFigures'!C49
='SalesFigures'!F49
='SalesFigures'!H49
='SalesFigures'!J49

The number 49 is the number of "sales" closed

Is it possible that when I close 2 more sales, to change the number above to 51 and have all the references automatically change to A51, B51, etc....
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
yes. for more details on the answer, provide more details about the context of your problem etc.
 
Upvote 0
hi!
try indirect function.
=indirect("'salefigures'!A"& G1)
where G1 houses the close sales number.
 
Upvote 0
index() would be preferable, given the volatility of indrect():

index(salesfigures!a:a,g1)
 
Upvote 0

Forum statistics

Threads
1,203,468
Messages
6,055,597
Members
444,800
Latest member
KarenTheManager

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