I'm trying to reference a cell depending on a value, but when I use the following code, I get an #N/A error with the note IFS expects all arguments after position 0 to be in pairs.
=IFS(OR(MONTH(TODAY())=-1,MONTH(TODAY())=4),IFS(I10=true, "???? Completed", A10="NOT STARTED","⛔ Not Started", L10=3/9,"???? On Track",L10=2/9,"???? On Track",J19=1/9,"???? On Track",L10<2/9,"???? At Risk",),MONTH(TODAY())=5,IFS(I10=true, "???? Completed",A10="NOT STARTED","⛔ Not Started",L11=3/9,"???? On Track",L11=2/9,"???? On Track",L11<2/9,"???? At Risk"),MONTH(TODAY())=6,IFS(I10=true, "???? Completed",A10="NOT STARTED","⛔ Not Started",L12=3/9,"???? On Track",L12=2/9,"???? On Track",L12<2/9,"???? At Risk"))