LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 267
Default Is Cell D3 within 10% of B3 True or false?

Quicklearners formula combining if with and could have an added value of
allowing the user to adapt the output, I know he requested "true or false"
but "buy or sell" or "cabbages and cauliflowers" could be more practical
outputs for the user! So dont be too hasty to criticise

"David Biddulph" wrote:

What added value do you think you get with =IF(...TRUE,FALSE) ?
What difference do you get with
=IF((AND(D3=B3*90%,D3<=B3*110%)),TRUE,FALSE) compared with
=AND(D3=B3*90%,D3<=B3*110%) ?
What values does the AND function return?
--
David Biddulph

"QuickLearner" wrote in message
...
I like Atishoo one

Now with true and false it should be like tis

=IF((AND(D3=B3*90%,D3<=B3*110%)),TRUE,FALSE)


"Atishoo" wrote in message
...
=AND(D3B3-B3/10, D3<B3+B3/10)

"Jacob Skaria" wrote:

In cell E3 try the below formula

=ABS(D3-B3)/B3<=0.1

If this post helps click Yes
---------------
Jacob Skaria


"Mark B" wrote:

I have two Columns of Data,
I want to know if the Data in column D is within 10% + or - of the
data in
column B
e.g Is Cell D3 within 10% of B3 True or false?
Should be simple but I can't figure it out.







 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu LunaMoon Excel Discussion (Misc queries) 9 July 29th 08 12:28 AM
Excel Yes / No, True / False etc. cell selection buttons? Harrison[_2_] Excel Worksheet Functions 1 July 4th 07 04:50 AM
Search for 2 true arguments and return true or false David Excel Discussion (Misc queries) 3 July 15th 06 10:18 AM
Function to return True/False if all are validated as True by ISNU Tetsuya Oguma Excel Worksheet Functions 2 March 15th 06 10:28 AM
Use IF to change value in a different cell when TRUE (or FALSE)? Ricter Excel Discussion (Misc queries) 2 February 8th 06 11:54 PM


All times are GMT +1. The time now is 09:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"