ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   if function (https://www.excelbanter.com/excel-worksheet-functions/52263-if-function.html)

arifnj

if function
 
Hi everybody
I am having difficulty to find out a formula.
I know it is simple but I tried everything and did not work.

The situation is he if a number is at least 10 and less then 100.........
How can I create if function for this
Please help
Thank you

RagDyer

if function
 
Is this what you're looking for?

IF(AND(A1=10,A1<100),Action if TRUE,Action if FALSE)

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"arifnj" wrote in message
...
Hi everybody
I am having difficulty to find out a formula.
I know it is simple but I tried everything and did not work.

The situation is he if a number is at least 10 and less then

100.........
How can I create if function for this
Please help
Thank you



JMB

if function
 
=IF(AND(A1=10, A1<100), TRUE, FALSE)

Where cell A1 contains the number you are testing. Replace TRUE and FALSE
with whatever you want the formula to do in the event the condition is met or
not met.


"arifnj" wrote:

Hi everybody
I am having difficulty to find out a formula.
I know it is simple but I tried everything and did not work.

The situation is he if a number is at least 10 and less then 100.........
How can I create if function for this
Please help
Thank you


arifnj

if function
 
Thanks to all
I knew it was simple


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

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