IFS FORMULA DOES NOT WORK

I enter the following IFS formula:
IFS(A8=”FMDF”, EOMONTH(A3+A7,0),A8=”DF”,A3+A7,A8=”IM”,EONTH(A3+A7,0)+1)
and I get the following error message:
“Your formula contains an error. Please make sure that all parentheses are part of a matching pair, and whether you have entered all required arguments.”

I am not able to find the problem.

Thanks for helping me.

Marco Gianatti

Hi,

Your formula:

IFS(A8=”FMDF”, EOMONTH(A3+A7,0),A8=”DF”,A3+A7,A8=”IM”,EONTH(A3+A7,0)+1)

There’s no EONTH() formula in Ragic, please make sure you’re using the right formula.