Looking to creat If function to match this formula if x is >-2 and < 2 then Pass
A amoreena May 8, 2007 #1 Looking to creat If function to match this formula if x is >-2 and < 2 then Pass
M MyVeryOwnSelf May 8, 2007 #3 Looking to creat If function to match this formula if x is >-2 and < 2 then Pass Click to expand... One way: =IF(ABS(A1)<2,"Pass","whatever") Modify to suit.
Looking to creat If function to match this formula if x is >-2 and < 2 then Pass Click to expand... One way: =IF(ABS(A1)<2,"Pass","whatever") Modify to suit.