How do I calculate the percentage between to columns in Numbers

Hi looking for some help as I've never used spreadsheets before


Can anyone kindly tell me the sum to use to calculate the percentage difference between to number columns ie A1 = cost A2 = Retail A3 = % MARK UP.


Hope this makes sense as my maths isn't great either

Posted on Jul 26, 2017 5:16 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 26, 2017 5:37 AM

select cell C3 by single clicking the cell:

User uploaded file

now type the "=" (equal sign) to start formula edit mode. This opens the floating formula bar.

User uploaded file

Now type the open parenthesis (shift + 9)... the "(", then single click cell B2

User uploaded file


now type the minus sign, then single click cell A2, then type the close parenthesis, now type the forward slash.:

User uploaded file

Please note that Number will change the forward slash (the divide operator) to a traditional divide symbol... the obelus ("÷").. but sometimes it's hard to read.



Now single click cell A2, then type the return key.


User uploaded file


this results in the formula:

(Retail - Cost) / Cost


now select cell C2 and open the cell formatter to make this a percent:

User uploaded file




User uploaded file

You can fill this formula down to subsequent cells using one of the following methods:


A) select cell C2, copy

select cells C2 thru the end of column C, paste


to select cell C2, single click. to select the range C2 thru the end of column C, single click cell C2, then hold the shift key while single clicking the paste cell in column C


B) hover the cursor over the bottom edge of cell C2. when the little yellow fill control appears, click and hold, then drag down as needed to fill the formula

2 replies
Question marked as Top-ranking reply

Jul 26, 2017 5:37 AM in response to Elliott2810

select cell C3 by single clicking the cell:

User uploaded file

now type the "=" (equal sign) to start formula edit mode. This opens the floating formula bar.

User uploaded file

Now type the open parenthesis (shift + 9)... the "(", then single click cell B2

User uploaded file


now type the minus sign, then single click cell A2, then type the close parenthesis, now type the forward slash.:

User uploaded file

Please note that Number will change the forward slash (the divide operator) to a traditional divide symbol... the obelus ("÷").. but sometimes it's hard to read.



Now single click cell A2, then type the return key.


User uploaded file


this results in the formula:

(Retail - Cost) / Cost


now select cell C2 and open the cell formatter to make this a percent:

User uploaded file




User uploaded file

You can fill this formula down to subsequent cells using one of the following methods:


A) select cell C2, copy

select cells C2 thru the end of column C, paste


to select cell C2, single click. to select the range C2 thru the end of column C, single click cell C2, then hold the shift key while single clicking the paste cell in column C


B) hover the cursor over the bottom edge of cell C2. when the little yellow fill control appears, click and hold, then drag down as needed to fill the formula

Jul 26, 2017 8:39 AM in response to Elliott2810

An easy way to remember how to calculate percentage change between two numbers is:


Take ending value and divide it by the beginning value, then subtract 1.


So if the beginning value (the cost) is in A1 and the ending value (retail price) is in A2 then


Divide A2 by A1 and subtract 1.


As a formula in Numbers you could enter this in cell A3:


=A2/A1-1.


Then format cell A3 as a percentage using the panel at the right.


SG

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do I calculate the percentage between to columns in Numbers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.