Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Looking to creat If function to match this formula
if x is -2 and < 2 then Pass |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(AND(A1-2,A1<2),"Pass","")
"amoreena" wrote: Looking to creat If function to match this formula if x is -2 and < 2 then Pass |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Looking to creat If function to match this formula
if x is -2 and < 2 then Pass One way: =IF(ABS(A1)<2,"Pass","whatever") Modify to suit. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a Division funtion in Excel? | Excel Worksheet Functions | |||
Excel Funtion | Excel Worksheet Functions | |||
Excel date funtion | Excel Discussion (Misc queries) | |||
RANDBETWEEN funtion is missing from my new Excel. | Excel Discussion (Misc queries) | |||
how do i protect an Autofilter funtion on Excel 2000 | Excel Worksheet Functions |