PC Review


Reply
Thread Tools Rate Thread

How Can Make equation With IF X>Y>z

 
 
Ahmed R
Guest
Posts: n/a
 
      20th Sep 2008
How can I make equation including a number between another two numbers
EXP:

if the number in the cell 5000>G5>4000
 
Reply With Quote
 
 
 
 
steve@integre.com.au
Guest
Posts: n/a
 
      20th Sep 2008
On Sep 20, 9:12*pm, Ahmed R <Ahmed R @discussions.microsoft.com>
wrote:
> How can I make equation including a number between another two numbers
> EXP:
>
> if the number in the cell 5000>G5>4000


You seem to be trying to determine if a variable (number) in Cell G5
is greater than 4000 and less than 5000. The formula would be:

=IF(AND(G5>4000,G5<5000),{TRUE},{FALSE})

where

{TRUE} is what you want to happen if the result is TRUE
{FALSE} is what you want to happen if the result is FALSE
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
make chart based on equation =?Utf-8?B?RGFuaWVs?= Microsoft Excel Charting 7 12th Aug 2007 03:33 PM
How do a make a graph from an equation on excel? =?Utf-8?B?QW1iZXI=?= Microsoft Excel Charting 1 25th Oct 2006 12:53 PM
How can I make a fraction out of equation editor ? =?Utf-8?B?c2luYQ==?= Microsoft Word Document Management 2 15th Jan 2006 05:21 PM
How to make one column be the result of an equation between two dcnguyen Microsoft Excel New Users 7 9th Jan 2006 12:28 AM
how do i make the oxygen sceintific equation? (O2) =?Utf-8?B?bXVzaG1vdWY=?= Microsoft Word Document Management 2 8th Jul 2005 08:37 PM


Features
 

Advertising
 

Newsgroups
 


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