Pass or Fail with IF
Part of the Fundamentals section of Coddy's Excel journey — lesson 41 of 42.
Challenge
EasyAdd a verdict column to your grade book:
- Header:
ResultinG1 - In
G2,G3andG4: an IF that showspasswhen that student's average (columnF, same row) is at least 60, andfailotherwise
Use the exact lowercase words pass and fail. The tests will drop some students below 60, each verdict must follow its own row's average.
Try it yourself
Sheet1
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | Student | Test 1 | Test 2 | Test 3 | Total | Average | |
| 2 | Maya | 78 | 85 | 92 | =SUM(B2:D2) | =AVERAGE(B2:D2) | |
| 3 | Liam | 62 | 58 | 72 | =SUM(B3:D3) | =AVERAGE(B3:D3) | |
| 4 | Ava | 95 | 88 | 93 | =SUM(B4:D4) | =AVERAGE(B4:D4) | |
| 5 | |||||||
| 6 | |||||||
| 7 | |||||||
| 8 | |||||||
| 9 | |||||||
| 10 | |||||||
| 11 | |||||||
| 12 | |||||||
| 13 | |||||||
| 14 |
All lessons in Fundamentals
1Meet the Spreadsheet
What Is a Spreadsheet?Cells and ReferencesYour First CellsRows, Columns and the GridRecap: Meet the Grid