Current location - Training Enrollment Network - Mathematics courses - How does Excel calculate three ranges with if statement? The value less than or equal to 65 is1; 2 is less than 95 and greater than 70; 3 For more than 100?
How does Excel calculate three ranges with if statement? The value less than or equal to 65 is1; 2 is less than 95 and greater than 70; 3 For more than 100?
= IF(a 1 & lt; =65, 1,IF(AND(a 1 & gt; 70,a 1 & lt; 95),2,IF(a 1 & gt; =100,3, "out of range"))

Input formula drop-down list