Calculate 100 % between two numbers

Amor_S

New Member
Joined
Mar 8, 2023
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I have a small task that I can't get to calculate correctly.

In cell A1 is a number illustrating a 80% range of A2 and A2 should be 100 % and A3 i 120 % of A2. So A1 is 20% less then A2 and A3 i 20 % more.

A1 and A3 are given. To find the A2 value i calculated like this =(A1+A3)/2 . But when I take the A1 and 20 % it don't give the A2 number and also when adding 20 % to A2 don't give A3. This is probably my lack of basic math that I have forgotten.

Also I need to display a number in % in cell A5 showing the range from 80-120% of the number in cell A4.

1712234426521.png
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
If you want to get the value in cell A2 just from using cells A1 and B1, the formula to put in cell A2 should look like:
Excel Formula:
=A1/B1

Also I need to display a number in % in cell A5 showing the range from 80-120% of the number in cell A4.
If I am understanding you correctly, place this formula in cell A5 and format the cell as a percent.
Excel Formula:
=1+(A4-A2)/A2
 
Upvote 0
If you want to get the value in cell A2 just from using cells A1 and B1, the formula to put in cell A2 should look like:
Excel Formula:
=A1/B1


If I am understanding you correctly, place this formula in cell A5 and format the cell as a percent.
Excel Formula:
=1+(A4-A2)/A2
Thanks.
It worked with the percentages in A5. But not getting the correct amount in cell A2. The diff is 416. When compering A1 calculation for A2 and A3 calculation for A2.
 
Upvote 0
If I put the formula:
Excel Formula:
=A1/B1
in cell A2, I get the value: 641.25 (yours is very close, it shows 641.50).

So I guess I do not understand what the issue is...
Maybe you can take your example and walk us through your expected result and how you get there.
 
Upvote 0
Is this what you're looking for? Note the numbers are slightly off because the values in A1 and A3 are rounded.
Book1
ABCD
1513,00080%513,200
2641,500100%
3770,000120%769,800
4700,000
5109%
6
Sheet10
Cell Formulas
RangeFormula
C1C1=A2*B1
C3C3=A2*B3
C5C5=A4/A2
 
Upvote 0
If I put the formula:
Excel Formula:
=A1/B1
in cell A2, I get the value: 641.25 (yours is very close, it shows 641.50).

So I guess I do not understand what the issue is...
Maybe you can take your example and walk us through your expected result and how you get there.
I also get 641.250 for A1/B1. But when I take A3/B3 the number is 641.666. Should the calculation give same value for If cell A2 is 100%?
 
Upvote 0
I also get 641.250 for A1/B1. But when I take A3/B3 the number is 641.666. Should the calculation give same value for If cell A2 is 100%?
Due to rounding. Your values are not exactly 80%/120%.
 
Upvote 0

Forum statistics

Threads
1,215,212
Messages
6,123,649
Members
449,111
Latest member
ghennedy

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