Help with 2 Formulas

SuzNZ

New Member
Joined
Aug 17, 2004
Messages
23
Hi

I need help with 2 formulas please;

1) % change between 2 numbers

so if I have 100 in A1 and 125 in A2 what formula do I need to return and answer to say the % change is 25%

2) working out Margin % when I have a Buy Price and a RRP price
If I have $100 in c1 and and $111.11 in c2 what formula do I need to return an answer to say the Margin is 10%

Thanks heaps
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
1. the first formula is
=(B1-A1)/A1

2. fro the second question the formula is
=(C2-C1)/C2

Format both the results in percentage with no decimal places.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,483
Members
448,967
Latest member
visheshkotha

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