Hi Veronica
Please try the following steps
- On a new sheet (recommended) create 3 tables as in the picture below and give them a meaningful Named Range
a) Points Per Hours Table aka "PtsHours"
b) Points Per Percentage Table aka "PtsPercent"
c) Points Per Communications Table aka "PtsComs"
- Assuming, for example, that cell X5 sums the hours of C5, E5, and G5
Then to calculate the points try the formulas
For Points Per Hours = VLOOKUP(X5,PtsHours,2,TRUE)
For Points Per Percentage = VLOOKUP(X5,PtsPercent,2,TRUE)
For Points Per Communications = VLOOKUP(X5,PtsComs,2,TRUE)
I hope this helps you and gives a solution to your problem
Do let me know if you need more help
Regards
Jeovany