I want to update my expressions so that they round up to the nearest
whole number (taking into account the numbers after the decimal). For
example, 66.67 would round to 67, 88.34 to 88, etc. Currently, I have
expressions that calculate a percentage, ...