Thread: [Solved] IF + AND formula help
View Single Post
 
Old 06-11-2014, 06:53 AM
BobBridges's Avatar
BobBridges BobBridges is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: May 2013
Location: USA
Posts: 700
BobBridges has a spectacular aura aboutBobBridges has a spectacular aura about
Default

David, I agree with gebobs' diagnosis—that is, your IF formula does this:
Code:
       If          Then display
I2 is N/A                H2
H2>0 and I2<0            0
H2<0 and H2+I2<0         I2
else                   H2-I2
In your original post you described what you want and it's somewhat different. But maybe that doesn't matter; instead, tell me how it isn't working. What about the results don't you like?
Reply With Quote