Hello everybody,
I am struggling with creation of formula for defining Invoice Status Symbol (RYG). Geeting the UNPEARSEABLE error message.
My formula is right now as follows:
=IF(TODAY-[INVOICE DUE DATE]11>30,"Red",IF(AND(TODAY-[INVOICE DUE DATE]11>5,TODAY-[INVOICE DUE DATE]11<=30),"Yellow", IF(OR(TODAY-[INVOICE DUE DATE]11<=5, [INVOICE FULLY PAID]11=1),"Green")))
Maybe it is somehow related to parenthesis but I have tried a lot of combinations.
Can anybody help ?
Thank you. Ladislav