percentage within a formula

nparsons75

Well-known Member
Joined
Sep 23, 2013
Messages
1,256
Office Version
  1. 2016
Hi, Im hoping this is really simple.

I have a value in hours, 7.5.

I have 2 cells. A1 = 7.5 A2 = 25% In A3 I would like the answer to equal 5.63

I would like to do this without having to type 0.75 in cell A2.

I need 7.5 - 25% in a formula?

Is this possible?

Thanks,
 

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.
Yes that seems to work but it has now created a differnet issue, kind of...

I need this formula:

=(C42*C47*(C43)/C47)*0.75

To be

=(C42*C47*(C43)/C47)-C48

=(25*7.5*(21)/7.5)-25%

Where C48 = 25%

Hope this makes sense.
 
Upvote 0
This formula you wrote:

=(C42*C47*(C43)/C47)*0.75

ignores the 7.5 altogether as C47/C47 = 1
 
Upvote 0
the 25 is a value in cell C42, the 21 is a value in C43.

=(C42*C47*(C43)/C47)*0.75

or

=(25*7.5*(21) / 7.5)-25%

Sorry, am I missing something. Thanks
 
Upvote 0
I think you are yes. This formula:

=(C42*C47*(C43)/C47)*0.75

is the same as

=C42*C43*0.75

so you are ignoring C47 altogether. I presume that isnt intentional.

 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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