Use formula for multiple cells

Dishboy09

New Member
Joined
Jun 11, 2017
Messages
34
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am trying to figure out how to use a formula from a cell (A1) and then have it referenced in other sheets to be used. That way i can make one master sheet and adjust the formulas and it pulls through my other sheets.

Any idea?
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Do you mean that you just want to reference the formula used in cell A1 on other sheets, but changing the inputs?
You would just use the same formula on the other sheets, changing the inputs.
If the formula is complex where you don't want to re-create it over and over, you can create your own custom User Defined Function in VBA to do that.
Here is an example of one I just did a few minutes ago: https://www.mrexcel.com/forum/excel...without-application-ran-code.html#post5336428

If you want to do that, please post the formula, and we can probably help you create a User Defined Function out of it.
 
Upvote 0

Forum statistics

Threads
1,213,538
Messages
6,114,220
Members
448,554
Latest member
Gleisner2

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