I am receiving an unparseable error and I don't understand why. I have two different if statements. They work individually.
=IF([Working days until due date]@row > 0; "Red")
=IF([Working days until due date]@row < 0; "Green")
But when I combine them it won't work:
=IF([Working days until due date]@row > 0; "Red"); IF([Working days until due date]@row < 0; "Green")
Can anybody help me out?