If subscore is greater than 0 and <=20, return "0"
If subscore is greater than 20 and <=40, return "1"
If subscore is greater than 40 and <= 60, return "2"
etc...
How do I write the formula for that? I can make each work individually but cannot successfully tie them all together in a single formula.