I am trying to write a formula that will have the following conditions:
If the "Number of Affected Applications" equals 0 to 1, then the value in the CALC column would be "1"
If the "Number of Affected Applications" equals 2 to 4, then the value in the CALC column would be "2"
If the "Number of Affected Applications" equals 5 to 7, then the value in the CALC column would be "3"
If the "Number of Affected Applications" equals 8 to 9, then the value in the CALC column would be "4"
If the "Number of Affected Applications" equals 10 or more, then the value in the CALC column would be "5"
I had the formula working when it was only 1 condition, but adding these conditions, I can't figure out.