Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition
=IFS(logical_test1, value_if_true1, [logical_test2, value_if_true2], ...)
=IFS(A1>90,"A",A1>80,"B",A1>70,"C",TRUE,"F")