ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How Can Make equation With IF XYz (https://www.excelbanter.com/excel-programming/417365-how-can-make-equation-if-x-y-z.html)

Ahmed R

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

[email protected]

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


All times are GMT +1. The time now is 07:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com