View Single Post
  #6   Report Post  
Roger Govier
 
Posts: n/a
Default

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