I need help with a statement that is returning #value!
I need to my statement to work out if both K4 and I4 are blank then it will return the value in H4. However if only K4 is blank then I want it to show the value of I4 minus H4.
This is what I have but it isn't working.
=IF(AND(K4="",I4=""),H4),IF(K4="",I4-H4)