![]() |
If funtion in Excel
Looking to creat If function to match this formula
if x is -2 and < 2 then Pass |
If funtion in Excel
=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 |
If funtion in Excel
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. |
All times are GMT +1. The time now is 06:32 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com