I am using the following formula
I have formatted to one decimal point. So if the the number was 7.2, I would like to round to 7
Were if the number was 7.3 then I would like to round to 7.5.
Is there a way of modifying my formula to do this?
Appreciate any help?
Code:
,=IF(OR(D6=""),"",+SUM(2.5*V6)/2.5)
I have formatted to one decimal point. So if the the number was 7.2, I would like to round to 7
Were if the number was 7.3 then I would like to round to 7.5.
Is there a way of modifying my formula to do this?
Appreciate any help?