The INSTRUCTION is =IF($D6=1,$E6100$G6-$H6,0)
In first cell it works correctly and returns numeric value. When copied to adjacent cells it only returns True or False instead of numeric value.
Also, If the condition is D6=a number, eg 1 the above happens . If D5= a letter, eg b or s it only returns #NAME?
How do I fix this?