![]() |
#1
|
|||
|
|||
![]()
Hi,
I am trying to build a formula which allows the following conditions: the formula is on cell J2: -if H2<0 and H2+I2<0, return H2 -if H2<0 and I2 is N/A, return H2 -if H2>0 and I2<0, return 0 so far I have bould the following but it is not working: =IF(ISNA(I2),H2,IF(AND(H2>0,I2<0),0,IF(AND(H2<0),( H2+I2)<0),I2,(H2-I2))) Thank you very much in advance. Regards, |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
withersd46260 | Excel | 2 | 04-30-2014 08:33 AM |
Formula Help - Look and if and that | Corca | Excel | 2 | 02-05-2012 09:18 AM |
![]() |
doczilla | Excel | 2 | 09-25-2011 04:14 PM |
![]() |
OneOleGuy | Excel | 4 | 03-05-2011 09:54 AM |
![]() |
sixhobbits | Excel | 1 | 10-02-2009 08:02 AM |