ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   if cell A is +- 10% of cell B (https://www.excelbanter.com/excel-discussion-misc-queries/50431-if-cell-10%25-cell-b.html)

tina

if cell A is +- 10% of cell B
 
Hi
What is the best way to write if statement to show if cell A1 is 10% greater
or 10%smaller than cell B1
thanks
Pat

Roger Govier

Hi Tina

=IF(OR(A1B1*(1+10%),A1<B1*(1-10%)),"Yes","No")

Note this excludes equal to +10% and -10% values themselves. Change to
= to include these values.


Regards

Roger Govier



tina wrote:

Hi
What is the best way to write if statement to show if cell A1 is 10% greater
or 10%smaller than cell B1
thanks
Pat



vezerid

Roger,

I believe the phrasing in Tina's request contains an OR, but what she
really means is

=IF(AND(A1<B1*(1+10%),A1B1*(1-10%)),"Yes","No")

HTH
Kostis Vezerides


Roger Govier

Hi Kostis

Maybe.
The OP now has both solutions and can decide which suits her requirements.

Regards

Roger Govier



vezerid wrote:

Roger,

I believe the phrasing in Tina's request contains an OR, but what she
really means is

=IF(AND(A1<B1*(1+10%),A1B1*(1-10%)),"Yes","No")

HTH
Kostis Vezerides




tina

Thank you Roger
I did mean "or" as trying to find out if a difference between 2 numbers is
greater than 10%
Thank you Kostis for your time
Tina

"Roger Govier" wrote:

Hi Kostis

Maybe.
The OP now has both solutions and can decide which suits her requirements.

Regards

Roger Govier



vezerid wrote:

Roger,

I believe the phrasing in Tina's request contains an OR, but what she
really means is

=IF(AND(A1<B1*(1+10%),A1B1*(1-10%)),"Yes","No")

HTH
Kostis Vezerides





Roger Govier

Hi Tina

Thanks for the feedback. Seeing your request expressed that way, you
could use the shorter
=ABS(B1-A1)/B1=10% which will return TRUE or FALSE.

Regards

Roger Govier



tina wrote:

Thank you Roger
I did mean "or" as trying to find out if a difference between 2 numbers is
greater than 10%
Thank you Kostis for your time
Tina

"Roger Govier" wrote:



Hi Kostis

Maybe.
The OP now has both solutions and can decide which suits her requirements.

Regards

Roger Govier



vezerid wrote:



Roger,

I believe the phrasing in Tina's request contains an OR, but what she
really means is

=IF(AND(A1<B1*(1+10%),A1B1*(1-10%)),"Yes","No")

HTH
Kostis Vezerides






Flojoe

if cell A is +- 10% of cell B
 
this formula works great --- however, what if I want the yes to turn red and
the no to turn green what do I do? Thanks!

"Roger Govier" wrote:

Hi Tina

=IF(OR(A1B1*(1+10%),A1<B1*(1-10%)),"Yes","No")

Note this excludes equal to +10% and -10% values themselves. Change to
= to include these values.


Regards

Roger Govier



tina wrote:

Hi
What is the best way to write if statement to show if cell A1 is 10% greater
or 10%smaller than cell B1
thanks
Pat





All times are GMT +1. The time now is 04:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com