Any time I have a field that is a formula then any IF function that bases it’s action off the number returned by the first formula is an error.
I’ve tried adding the value tag around it… still not working.
It would be something like, IF ({number column}<1, ‘0’, ‘1’) which will work, but If that formula is recorded under ‘{column 2}’ and I then say, IF’{column 2} = ‘1’, ‘yes’, ‘no’) will always be an error.
How can I fix this??