Hi, could someone help me to get this function to work, it worked with 3 (see first line), but when I try with 4 it tells me I've added too many variables.

*I have removed some text from the return values*

3

=IF(AN11="";"";IF(AND(AN11=0;AN11>=0);"Unfortunately";"I am excited to announce that"&" "&AN11&" "& "€" &" "&"will be deducted from."))

4

=IF(AN11="";"";IF(AND(AN11=0;AN11>=0);"Unfortunately";"I am excited to announce that"&" "&AN11&" "&"€"&" "&"will be deducted from."));IF(AND(AN11="FULL");"I am excited to inform you that full, only will be charged.")

Thank you