Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 390
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default 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?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default 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?

Reply
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
IF STATEMENT, GREATER THEN 0 ADD ANOTHER CELLS AMOUNT Karine Excel Worksheet Functions 2 November 19th 07 09:14 PM
Less Than Greater Than Date Question Paperback Writer Excel Discussion (Misc queries) 1 January 22nd 07 07:47 PM
Nested If statement to find greater than but less than numbers Aaron Excel Worksheet Functions 3 November 10th 06 03:14 AM
Greater Than Less Than Question Paperback Writer Excel Worksheet Functions 5 February 9th 06 03:50 PM
If Statement Question mimmson Excel Worksheet Functions 5 May 27th 05 10:19 PM


All times are GMT +1. The time now is 06:07 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"