Percentage Question

Joneye

Well-known Member
Joined
May 28, 2010
Messages
783
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. MacOS
Questions 1
1) I use Number 1 as my current formula for adding % to a figure, after years i've spotted my method is not exact, question is why is that?
2) Is it as simple as using Number 2 to work out adding a percentage to a number ? or are there other ways of doing this.

% FormulaRaw Product CostMargin % to be addedSell PriceFormula Used
11.0010%1.11=SUM(B2)/(1-C2)
21.0010%1.10=B3+C3

As always advice and help is welcomed.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
i have always used
=B2*(1+c2),

or COST * ( 1 + percent)

the others dont seem correct to me

Book2
ABCDE
1
211210%1.1113.3333
321210%1.112.1
4
531210%13.213.2
610& of 12 is 1.2 12 + 1.2
Sheet1
Cell Formulas
RangeFormula
E2E2=SUM(B2)/(1-C2)
E3E3=B3+C3
E5E5=B5*(1+C5)
 
Upvote 0
Another option is
Book1 (version 1) new.xlsb
ABCDE
54120.113.2
Sheet12
Cell Formulas
RangeFormula
E5E5=B5+(B5*C5)


Although I always use the third option etaf posted
 
Upvote 0
Hi, the way you are already doing it is the correct way, although the SUM() function is superfluous.

Book1
ABCDEFG
1 FormulaRaw Product CostMargin % to be addedSell PriceMargin% MarginIs correct?
21110%1.1111111110.11111111110.00%TRUE
32110%1.10.19.09%FALSE
43110%1.10.19.09%FALSE
54110%1.10.19.09%FALSE
Sheet1
Cell Formulas
RangeFormula
D2D2=B2/(1-C2)
E2:E5E2=D2-B2
F2:F5F2=E2/D2
G2:G5G2=F2=C2
D3D3=B3+C3
D4D4=B4*(1+C4)
D5D5=B5+(B5*C5)
 
Upvote 0
Massive help one and all, studying still and this really helps seeing the logic from all the supporters. :)
 
Upvote 0

Forum statistics

Threads
1,223,630
Messages
6,173,456
Members
452,514
Latest member
cjkelly15

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