Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How Can Make equation With IF XYz

How can I make equation including a number between another two numbers
EXP:

if the number in the cell 5000G54000
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How Can Make equation With IF XYz

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 5000G54000


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(G54000,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
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
How do I make a rank equation that omits particular cells? KSL Excel Discussion (Misc queries) 1 June 16th 09 08:17 PM
make chart based on equation Daniel Charts and Charting in Excel 7 August 12th 07 03:33 PM
How do a make a graph from an equation on excel? Amber Charts and Charting in Excel 1 October 25th 06 12:53 PM
How to make one column be the result of an equation between two dcnguyen New Users to Excel 7 January 9th 06 12:28 AM
How is time represented? How do i make an equation representing 5 minutes? R Excel Programming 4 October 8th 04 04:56 AM


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