If I change one reference in a formula, it changes to plain text. E.g.: Below normally returns a zero. $R3 was changed to $Q3
=IF($BJ3<>"",IF($IL3<=$R3*5,IF($IM3<3,-1,IF($IM3<10,1,IF($IM3<14,2,IF($IM3<17,3,IF($IM3<19,4,IF($IM3<20,5,0)))))),0),0)
Cell value: 0
If I change $R3 to $Q3 it just shows the formula in plain text.
=IF($BJ3<>"",IF($IL3<=$Q3*5,IF($IM3<3,-1,IF($IM3<10,1,IF($IM3<14,2,IF($IM3<17,3,IF($IM3<19,4,IF($IM3<20,5,0)))))),0),0)
Cell value: =IF($BJ3<>"",IF($IL3<=$Q3*5,IF($IM3<3,-1,IF($IM3<10,1,IF($IM3<14,2,IF($IM3<17,3,IF($IM3<19,4,IF($IM3<20,5,0)))))),0),0)
Or more simply, if I have a cell that says =5 it displays a 5.
But if I change it to =6, it shows =6
If another cell depends on it having a numerical value, it returns #VALUE!
I have tried changing the cell format from numbers to text, to scientific, to percent, back to number, or anything else in between, it doesn’t help.
File added. Presume you can ignore external cell lookups.
If you change cell Q4 from =1 to some other number (WITH the equal sign) I get the problem. If you just enter a number, it seems OK.
The other cell problem is JN4 (which references Q4).
By the way, I finally got it to work by retyping the whole cell from scratch reading the JN4 formula in a text editor.
So JL4 (and the rest of the JL column works after my manual edit.
WGQ1new.ods (314.0 KB)