Hi FranTiatoa
Welcome to Microsoft Community.
I realize that you've encountered a problem with " Excel Calculates Data ", and I understand how you feel. Don't worry, I'll do my best to help you.
Based on the data provided and the scoring rules, here is how the total score is calculated:
Step-by-Step Explanation:
- Adjust the Points Table Structure (for easy formula reference):
| Score | Points |
|---|---|
| 1 | 0 |
| 2 | 4 |
| 3 | 5 |
| 4 | 8 |
- Convert Daily Scores to Points for Each Task:
- Handle Empty Cells:
Treat blank cells as 0 points by modifying the formula:
=IF(ISBLANK(Score_Cell), 0, VLOOKUP(...))
- Calculate Total Points:
Sum all converted points.
Example Calculation (Based on Sample Data):
- Brush Teeth:
Mon = 3 → 5 points, Tues = 1 → 0 points → Total = 5 points
- Make Bed:
Mon = 3 → 5 points, Tues = 3 → 5 points → Total = 10 points
- Vacuum Floor:
Mon = 2 → 4 points, Tues = 3 → 5 points → Total = 9 points
Total Points = 5 + 10 + 9 = 24 points
Final Answer:
Total Points:
24 points
In addition, during the calculation process, I found that the calculation rules in your picture seemed to be somewhat inconsistent with the data you provided, but I moved it closer to the correct direction, so if I have any misunderstandings or you have anything to add, please let me know in your reply.
I hope these suggestions have been helpful to you!
Feel free to let me know if you have any other questions or need any further help.
Best regards
Adrian.C-MSFT | Microsoft Community Support Specialist