Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all I Have "8.4" entered in cell B2. Now, i want to create an IF function
in B3 that needs to check that B2 is between 7.2 and 7.8, thus, including 7.2 and 7.8. How do I do this?? Thanks in advance for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(AND(B2=7.2,B2<=7.8),"Within Limits","Not between Limits")
Change the resulting text to suit, Regards, Alan. "Chabulo" wrote in message ... Hi all I Have "8.4" entered in cell B2. Now, i want to create an IF function in B3 that needs to check that B2 is between 7.2 and 7.8, thus, including 7.2 and 7.8. How do I do this?? Thanks in advance for your help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you verry much alan!!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct Fucntion - the use of dash ( -- ) | Excel Worksheet Functions | |||
is there a memory plus (like a calculator) fucntion in excel? | Excel Worksheet Functions | |||
Recording incidences of results of a RAND() fucntion. | Excel Discussion (Misc queries) | |||
Sumif Fucntion | Excel Worksheet Functions | |||
Sumif Fucntion | Excel Worksheet Functions |