I am using this function =IF(H9-D9-I9-J9=0,””,H9-D9-I9-J9) however instead of displaying nothing it displays #VALUE! when the first statement is true. It works if the first statement is false.
I am using this function =IF(H9-D9-I9-J9=0,,H9-D9-I9-J9) however instead of displaying nothing it displays #VALUE!
Share
Based on the investigation. Try to look if the value of H9,D9,I9 and J9 is a NUMBER. Maybe there is STRING value in H9,D9,I9 and J9 that cause #VALUE!.