I am trying to write a statement the rounds the calculated data to 1 if the calculated number is less than 1. If the calculated number is greater than 1, I want the calculated number to be displayed. For Example:
Num 1 = 20
Num 2 = 40
Num 1/Num 2 = .5 ( I want to round up to 1 on this instance)
Num 1 = 80
Num 2 = 40
Num1/Num2 = 2 ( I want to output the 2 in this instance )
Thanks
Num 1 = 20
Num 2 = 40
Num 1/Num 2 = .5 ( I want to round up to 1 on this instance)
Num 1 = 80
Num 2 = 40
Num1/Num2 = 2 ( I want to output the 2 in this instance )
Thanks