How to use the IF function (combined with the AND, OR, and NOT functions) in Excel to make logical comparisons between given values.
The IFS function checks whether one or more conditions are met, and returns a value that corresponds to the first TRUE condition. IFS can take the place of multiple nested IF statements, and is much easier to read with multiple conditions.