Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 7
Default excel function search

searching for function to give output if value "is between" limits
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 108
Default excel function search

Hi excel novice,

searching for function to give output if value "is between" limits


Use IF and AND like this;
=IF(AND(value=lowerLimit,value<=upperLimit),Answe rIfTrue,AnswerIfFalse)

eg.
This will output 100 if A1 is between 20 and 30, otherwise evaluates to zero
=IF(AND(A1=20,A1<=30),100,0)

This will output 100 if A1 is between B1 and C1, otherwise evaluates to zero
=IF(AND(A1=B1,A1<=C1),100,0)

Ed Ferrero
www.edferrero.com

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
Excel Search Function cmason Excel Discussion (Misc queries) 1 September 26th 07 06:25 PM
Excel search function Thyag Excel Discussion (Misc queries) 4 August 10th 07 05:53 PM
Search function keeps quitting in Excel Rebecca[_2_] Excel Worksheet Functions 0 February 20th 07 12:41 AM
Excel search function LegalPC Excel Discussion (Misc queries) 2 August 8th 06 07:47 PM
Excel Search function dm2504 Excel Discussion (Misc queries) 2 February 6th 06 03:46 PM


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

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

About Us

"It's about Microsoft Excel"