#1   Report Post  
JerryS
 
Posts: n/a
Default IF formula

I'm trying to create a formula that returns a value if a number is greater
that one value and less than another. Any suggestions? Thanks
--
JerryS
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

Assuming your values are 5 and 50:
=if(and(a15,a1<=50),"one value","another value")
In english: If A1 is greater than 5 and less than or equal to 50...
************
Anne Troy
www.OfficeArticles.com

"JerryS" wrote in message
...
I'm trying to create a formula that returns a value if a number is greater
that one value and less than another. Any suggestions? Thanks
--
JerryS



  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Mon, 19 Sep 2005 09:51:14 -0700, JerryS
wrote:

I'm trying to create a formula that returns a value if a number is greater
that one value and less than another. Any suggestions? Thanks


look at IF, AND, OR

e.g.

=IF(AND(A1value1,A1<value2),"Meets Criteria","")


--ron
  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

=IF(AND(A2num1,A2<num2)return_value,"")

--
HTH

Bob Phillips

"JerryS" wrote in message
...
I'm trying to create a formula that returns a value if a number is greater
that one value and less than another. Any suggestions? Thanks
--
JerryS





  #6   Report Post  
BenjieLop
 
Posts: n/a
Default


JerryS Wrote:
I'm trying to create a formula that returns a value if a number is
greater
that one value and less than another. Any suggestions? Thanks
--
JerryS


This generic formula should work for you.

=IF(AND(A1ONE_NUMBER,A1<SECOND_NUMBER),\"RETURN A VALUE\",\"DO
NOTHING\")

Regards.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=468889

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 formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 05:16 PM.

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"