Formula assistance

RECOPAK

New Member
Joined
Oct 10, 2018
Messages
2
Can someone please assist....
I am trying to generate a formula where I place a figure amount for example the EURO conversion of the australian dollar to euro being 61 cents in the euro, I would like it then when I make that change to that figure of 61 to lets say 62 it automatically changes all of the amount totals to the cells below it to change as well... so basically changing one cell number to change the formula of the whole cells below it....

=SUM(G3/0.61) so I would like to make this a number that is visible as 61.... when I change that number it changes the formula for all of the vcells below it to the formula number I have nominated... for example....
by changing the number 61 not in the formula but as a visible number in the cell from 61 to 62 it changes the preceding formulas below it to change as well so it calculates them to change according to the top figure changed....

I hope this makes sense...

regards Paul
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Ok, put you 0.61 in a cell by itself, for example Z1....then use in the formula

Code:
=G3/$Z$1

Drag the formula down as far as required.

Now whenever you need to change the currency valu, simply adjust Z1 and all formula results will be adjusted
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

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