Hi Gang
I feel really stupid asking this one but it just isn't coming to me. I need to round up a number to the nearest 15. In other words I need 14.2 to round up to 15, I need 15.0 to round to 15, I need 35.000 to round to 45, I also need 29.8 to round to 30.
I tried using the "\" operator but it rounds numbers before it does the operation. This doesn't work properly for me. Anyone have any ideas?
TIA
Ken
I feel really stupid asking this one but it just isn't coming to me. I need to round up a number to the nearest 15. In other words I need 14.2 to round up to 15, I need 15.0 to round to 15, I need 35.000 to round to 45, I also need 29.8 to round to 30.
I tried using the "\" operator but it rounds numbers before it does the operation. This doesn't work properly for me. Anyone have any ideas?
TIA
Ken