ZonoTools

Excel Practice - AND

Instruction

Check whether both A2 is at least 85 and B2 is at least 90; return TRUE only if both tests pass.

Formula Syntax

=FUNCTION(arguments)

  • arguments: Function input parameter.

What it does

Return TRUE only when all logical tests are TRUE.

logical-checks.xlsx

ABC
1ScoreAttendance %Approved
29296Yes
37888No
48591Yes
56684No
69093Yes
7Output

Input Formula

Need Help?

Tips

  • Use AND with clean and consistent ranges for predictable results.
  • Validate data types (number, text, date) before applying the formula.
  • Test the formula with a small sample first, then scale it to larger ranges.