Excel Formula for changing value

Nandan

New Member
Joined
Mar 29, 2011
Messages
9
Hi
I have worksheet like

Column A Column B
Item Name Qty
METHYL HEPTENONE 250
METHYL CHLORO 297
DIMETHYL 10
SODIUM 150

If i enter 250 color red according to that below value change if i enter 350 instead of 250 output will be 416 in place of 297, 14 in place of 10, and 210 in place of 150. formula is (297*350)/250. but if change 250 to 350 my previous value is gone i cannot calculate for that i have 2 calculate in on column D. but i want calculation is same column i.e column B. Can anybody provide me suggestion or formula for this problem

Regards

Nandan
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Let's say that thise values are in cells B2:B5.
I would leave them there so you have your ratios to work from.
Then, you can enter 350 in C2, and enter the following forumula in C3 and copy down to C4 and C5:

=ROUND(B3*C$2/B$2,0)
 
Upvote 0
Thanks it work Joe4!!!

If u want i can mail u Excel sheet so u can understand all.

In Output column i want formula


Regards

Nandan:confused:
 
Upvote 0
I am confused.
Are you saying it worked out, or it didn't?
 
Upvote 0
yeah it is working but how to do it

if i have 500 row thats what i m asking

Thanks & Regards

Nandan
 
Upvote 0
After you get the first formula in (and working correctly), just copy it down 500 rows.
 
Upvote 0

Forum statistics

Threads
1,224,551
Messages
6,179,476
Members
452,915
Latest member
hannnahheileen

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