In the formula typed into say cell A2:
=if(A1<0, do something 1, do something 2)
Is it possible to have the condition statement ie A1<0 referenced from another cell (say C1 which contains text "A1<0")?
So the final formula would take the condition from another cell
=if(text in C1 which is the entire condition, do something 1, do something 2)
Currently, the if condition reads everything as a text and therefore doesn't accept it as a conditional.
