I use windows 7 excel 2007
In column/cell " T31" I have inputed this formula
=IF(Q31="","",S31-N31)
If N31 = zero the formula returns the S31 value. I would like T31 to refelct zero when N31 is zero regardless of any value that maybe in S31.
How can I change this formula?
I have tried
=IF(Q31="","",IF(N(N31),S31-N31,0)))
and
=IF(OR(Q31="",N31=0),"",S31-N31)
Both are not working the way I want it to.
Jon von der Heyden a fellow memember gave me a solution in which I lost and in his formula I remember it had "LEN" as part of it.
Thank you for the help
In column/cell " T31" I have inputed this formula
=IF(Q31="","",S31-N31)
If N31 = zero the formula returns the S31 value. I would like T31 to refelct zero when N31 is zero regardless of any value that maybe in S31.
How can I change this formula?
I have tried
=IF(Q31="","",IF(N(N31),S31-N31,0)))
and
=IF(OR(Q31="",N31=0),"",S31-N31)
Both are not working the way I want it to.
Jon von der Heyden a fellow memember gave me a solution in which I lost and in his formula I remember it had "LEN" as part of it.
Thank you for the help