Algebra calculations

machopicho

Well-known Member
Joined
Feb 28, 2010
Messages
606
Hello forum ...
Who you tell me how do I play an algebra with excel like this:
10
20100717121630pimenojpg.jpg
3
Attention, is not that simple ... I need this type of calculation to determine a useful range of a comparison of this kind in more than one formula:
10
20100717121630pimenojpg.jpg
3 <15 <20
20100717121630pimenojpg.jpg
3 = true

Thanks everyone!
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
When the +/- is on the LHS of a less-than comparison , you don't need to test the minus part since m - n is always < m + n (when n is a positive number). So, you can just use m + n.

Similarly, when the +/- is on the RHS of a less-than comparison, you only need to use m - n.

Put together the final result with Excel's AND() function.
 
Upvote 0
Yes, your reasoning is a good and i know it too, but I need this calculation to test a range:

10 +/-3 < 24

13< 24
7 < 24

13 - 7 = 6

6 is 25% of 24

this variation is accettable for me... if was 27% is not more accettable.
There is a way to calculate 10 +/- 3 in excel?
Thanks
 
Upvote 0
The range covered by m +/- n is always 2*n.

Yes, your reasoning is a good and i know it too, but I need this calculation to test a range:

10 +/-3 < 24

13< 24
7 < 24

13 - 7 = 6

6 is 25% of 24

this variation is accettable for me... if was 27% is not more accettable.
There is a way to calculate 10 +/- 3 in excel?
Thanks
 
Upvote 0

Forum statistics

Threads
1,213,530
Messages
6,114,162
Members
448,554
Latest member
Gleisner2

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