Thread
: [Solved]
IF + AND formula help
View Single Post
06-11-2014, 11:07 AM
SarahBear
Windows 7 32bit
Office 2010 32bit
Novice
Join Date: Jun 2014
Posts: 13
you were missing an open parenthese after your second and, but beyond that they are right, your formula won't return what you want.
Try:
=IF(AND(H2<0,(H2+I2)<0),H2,IF(AND(H2<0,ISNA(I2)),H 2,IF(AND(H2>0,I2<0),0,(H2-I2))))
SarahBear
View Public Profile
Find all posts by SarahBear