Changing multiple cell values from multiple worksheets

sunsetace

New Member
Joined
Sep 7, 2011
Messages
3
I have a workbook with several worksheets containing different mortgage calculators.

I want to be able to change certain variables (Loan Amount, Interest Rate, Term) from any worksheet, and have all the other worksheets automatically update, regardless of what worksheet the change is made from.

Example: I enter the loan amount in Worksheet #2 and Worksheets 3, 4, 5
automatically update, and then be able to enter the loan amount from Woksheet # 4 and Worksheets 2, 3, 5 automatically update.

Not sure if I need a formula, macro, VBL...not that sophisticated with Excel...any help would be greatly appreciated.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
If you add a loan in Sheet 2 and then in worksheet 4 at which sheet you want your formula to look at?

You can use nested IF in form
=IF(Sheet2!A2="",Sheet4!A2,IF(.... and so one.

I this what you after?
 
Upvote 0
Thanks Robert,

The cells in question are user input cells, not formulas.

Let's say on W1 you enter 175,000 for the loan amount, I want "the loan amount" to auto update on the other worksheets where there is an input for loan amount, and there are multiple cells for "loan Amount" within the workbook. I want all the cells to update, regardless of which cell is used to change the input amount...hope that clears it up.

I'm not familiar with nested IF, but it sounds like it may work for this situation, you input would be greatly appreciated.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,135
Members
452,890
Latest member
Nikhil Ramesh

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