![]() |
Rounding
I have several numbers that are actually the result of several AVERAGE
functions. How would I round these numbers UP to the nearest 0.05? Example: 34.66 to 34.70 32.23 to 32.25 etc. Thanks in advance Chris |
=ROUND(AVERAGE(A1:A10),.05)
I think this will work. "Christopher Anderson" wrote: I have several numbers that are actually the result of several AVERAGE functions. How would I round these numbers UP to the nearest 0.05? Example: 34.66 to 34.70 32.23 to 32.25 etc. Thanks in advance Chris |
Hi
Try =CEILING(A1,0.05) -- Andy. "Christopher Anderson" wrote in message ... I have several numbers that are actually the result of several AVERAGE functions. How would I round these numbers UP to the nearest 0.05? Example: 34.66 to 34.70 32.23 to 32.25 etc. Thanks in advance Chris |
All times are GMT +1. The time now is 04:45 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com