1.0341
13
0.0227
88
8.9659
11
-91
% rate= 114/91 * 100%= 1.2527 * 100%= 125.27%
88 multiplied by 91 is 8,008.
91.5714
Mean = (88 + 85 + 91)/3 = 264/3 = 88
from 91 degrees to 179 degrees so 88 angles :)
=if(a < 88, 2, if(a > 91, 0, 1)) Which says: if a less than 88 return 2 else if a greater than 91 then return 0 else return 1 (since a is greater than or equal to 88 and less than or equal to 91). I assume "between" in your question means inclusive - otherwise there is nothing in your question which states what to do when cell a is 88 or 91. Depending upon your spreadsheet program, the commas may need to be replaced by semicolons.