=IF(B15 <=14,0, IF(B16<=29,5, IF(B17<=44,10,IF(B18<=59,15,IF(B19>=60,20,)))))
Can someone tell me what I am missing in this formula? I’m creating a form for a manager that wants students to receive so many points for the hours they have taken in a topic.
The breakdown is below:
If someone gets between 0-14 hours they will receive 0 points
If someone gets between 15-29 hours they will receive 5 points
If someone gets between 30-44 hours they will receive 10 points
If someone gets between 45-59 hours they will receive 15 points
If someone gets between 60 or more hours they will receive 20 points