0% found this document useful (0 votes)
46 views

Excel Logical Functions

The document shows examples of using IF, OR, and AND functions in a spreadsheet to evaluate student marks. The IF function returns a student's result based on their marks. The OR function returns a result if the student meets the criteria in any subject. The AND function only returns a result if the student meets the criteria across all subjects.

Uploaded by

Joseph Ezekiel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

Excel Logical Functions

The document shows examples of using IF, OR, and AND functions in a spreadsheet to evaluate student marks. The IF function returns a student's result based on their marks. The OR function returns a result if the student meets the criteria in any subject. The AND function only returns a result if the student meets the criteria across all subjects.

Uploaded by

Joseph Ezekiel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Using IF Function

Names Marks Acquired Result


Harry 32
Gandalf 79
Hagrid 51
Hermoine 72
Hercules 27
Abraham 57
Hulk 58
Thor 77
Batista 81
Loki 88
Using OR
Name Science Math English Social Analysis Result
Harry 63 62 73 92
Gandalf 67 29 41 82
Hagrid 47 52 87 22
Hermoine 77 26 78 75
Hercules 62 26 45 22
Abraham 80 71 25 71
Hulk 91 74 61 52
Thor 27 29 35 76
Batista 76 50 61 60
Loki 38 40 32 92
Using AND
Name Science Math English Social Analysis Result
Harry 63 62 73 92
Gandalf 67 29 41 82
Hagrid 47 52 87 22
Hermoine 32 26 28 12
Hercules 62 26 45 22
Abraham 80 71 25 71
Hulk 91 74 61 52
Thor 27 29 35 76
Batista 76 50 61 60
Loki 38 40 32 92

You might also like