Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello.
Is there a formula that will allow me to do a certain function if: the value of a cell is (for example) greater than 5 but less than 8? I appreciate any help. Thanks, Storm |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=if(and(A15,A1<8),true,false)
"Storm" wrote: Hello. Is there a formula that will allow me to do a certain function if: the value of a cell is (for example) greater than 5 but less than 8? I appreciate any help. Thanks, Storm |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you very much!
"Toppers" wrote: =if(and(A15,A1<8),true,false) "Storm" wrote: Hello. Is there a formula that will allow me to do a certain function if: the value of a cell is (for example) greater than 5 but less than 8? I appreciate any help. Thanks, Storm |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No need IF function
AND(A15,A1<8) "Toppers" wrote: =if(and(A15,A1<8),true,false) "Storm" wrote: Hello. Is there a formula that will allow me to do a certain function if: the value of a cell is (for example) greater than 5 but less than 8? I appreciate any help. Thanks, Storm |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Greater than formula | Excel Worksheet Functions | |||
Greater than Less than formula | Excel Discussion (Misc queries) | |||
Greater than formula | Excel Worksheet Functions | |||
Greater than formula! | Excel Worksheet Functions | |||
formula for Greater of C or D X E | Excel Discussion (Misc queries) |