Harsh request!

chaju

Board Regular
Joined
Mar 24, 2002
Messages
82
Hi! Thanks for your attention, Big Problem Here.

Suppose in:
Cell D1 =ROUND($I$2*47.5,2)
Cell H1 =CONCATENATE("Deposit, Equivalent to USD47.5 @",$I$2,"")

if the 47.5 in both formula has to change to 100, is there any way I can only edit in Cell D1 so that Cell H1 will automatically change 47.5 to 100????

SO, that means what ever amount I type in D1, H1 should print what I type in D1..

Thanks for those who help,
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi Chaju

Try this formula in H1

=CONCATENATE("Deposit, Equivalent to USD"&D1/$I$2& "@",$I$2,"")

Hope this is what you were after

regards
Derek
 
Upvote 0
Cell D1 =ROUND($I$2*47.5,2)
Cell H1 =CONCATENATE("Deposit, Equivalent to USD47.5 @",$I$2,"")

i'd use a cell reference instead of the number. that is, choose an out of the way cell (eg Z1) to type in your 47.5, or 100 or whatever and just refer to this cell in your formulae:

=ROUND($I$2*$Z$1,2)
="Deposit, Equivalent to USD"&Z1&" @"&$I$2
This message was edited by anno on 2002-04-01 21:26
 
Upvote 0

Forum statistics

Threads
1,213,506
Messages
6,114,025
Members
448,543
Latest member
MartinLarkin

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