ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Greater Than/Less Than Question (IF statement?) (https://www.excelbanter.com/excel-worksheet-functions/176942-greater-than-less-than-question-if-statement.html)

Bill

Greater Than/Less Than Question (IF statement?)
 
how do you create a function that returns a result (i.e. true/false) if cell
A is greater than cell B, but less than cell C?

Don Guillett

Greater Than/Less Than Question (IF statement?)
 

Look in the help index for AND and then IF
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Bill" wrote in message
...
how do you create a function that returns a result (i.e. true/false) if
cell
A is greater than cell B, but less than cell C?



Mike H

Greater Than/Less Than Question (IF statement?)
 
Bill,

Try

=AND(A1B1,A1<C1)

Mike

"Bill" wrote:

how do you create a function that returns a result (i.e. true/false) if cell
A is greater than cell B, but less than cell C?



All times are GMT +1. The time now is 07:09 PM.

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