Formula Help

Bryanh

New Member
Joined
Jul 17, 2002
Messages
12
I need help to create the following formula:-
I am using cells E2,G2,I2 and J2
The formula is in "J2"
1 Define 10% of "G2"
2 Subtract that result from "E2"
3 Reduce that result by the percentage
shown in "I2"
All the above steps in one formula residing in "J2"
Thanks in advance
This message was edited by Bryanh on 2002-08-15 14:13
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
On 2002-08-15 14:12, Bryanh wrote:
I need help to create the following formula:-
I am using cells E2,G2,I2 and J2
The formula is in "J2"
1 Define 10% of "G2"
2 Subtract that result from "E2"
3 Reduce that result by the percentage
shown in "I2"
All the above steps in one formula residing in "J2"
Thanks in advance
This message was edited by Bryanh on 2002-08-15 14:13

=(E2-G2*0.1)*(1-I2)

Regards,
 
Upvote 0
I think it would be =(E2-(G2/10))*J2, if J2 is a percentage.
This message was edited by elgringo56 on 2002-08-15 14:22
 
Upvote 0
On 2002-08-15 14:21, elgringo56 wrote:
I think it would be =(E2-(G2/10))*J2, if J2 is a percentage.
This message was edited by elgringo56 on 2002-08-15 14:22

Not if he wants to reduce the amount by that percentage. For example, if you want to reduce by 10%, you multiply by 90% = (1-0.1).

:smile:
 
Upvote 0
thankyou all ...the formula that works perfectly is =(E2-G2*0.1)*(1-I2%)
I am very greatful
Bryan H
 
Upvote 0

Forum statistics

Threads
1,226,717
Messages
6,192,650
Members
453,743
Latest member
ntguy

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