Simple Percentage Formula!

bobzy20

New Member
Joined
Feb 5, 2018
Messages
38
Office Version
  1. 2010
Hi,

I can’t seem to work this out.

I’m looking for an excel formula to calculate the following.

Column A - £10
Column B is the formula = x Column A by 10.9% + £0.30 x everything by 20%

I have the following: =SUM(A1*10.9%)+0.3 but can’t seem to add the 20% part, as it should calculate at £5.59 and I get £4.72.

Any help would be great.

Thanks in advance
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Your formula returns 1.39 to be multiplied by 1.2 which returns 2.59 which is no where near your expected result???
 
Upvote 0
How about
Excel Formula:
=(A2*0.109+0.3)*1.2
 
Upvote 0
Solution
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,614
Messages
6,120,519
Members
448,968
Latest member
Ajax40

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