ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formula to show 97.826 as 97.825 (https://www.excelbanter.com/excel-discussion-misc-queries/36901-formula-show-97-826-97-825-a.html)

KevinBoyden

formula to show 97.826 as 97.825
 
I have a sheet where i need to show all numbers ending in 0 or 5 so 98.321
would show as 98.320 and 98.324 would show as 98.325 etc... I am obviously
not gr8 at excel so would appreciate som assistance

Cheers Kevin

olasa


First, make sure the Analysis ToolPak is installed!
Menu: ToolsAdd-Ins... tick the Analysis ToolPak if it is not already
ticked.


Then use this formula:
=MROUND(A1,5)

It will round to the nearest 5-multiple.


HTH
Ola Sandström


--
olasa
------------------------------------------------------------------------
olasa's Profile: http://www.excelforum.com/member.php...o&userid=17760
View this thread: http://www.excelforum.com/showthread...hreadid=389874


RagDyeR

One way:

=ROUND(A1/0.005,0)*0.005
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"KevinBoyden" wrote in message
...
I have a sheet where i need to show all numbers ending in 0 or 5 so 98.321
would show as 98.320 and 98.324 would show as 98.325 etc... I am obviously
not gr8 at excel so would appreciate som assistance

Cheers Kevin



N Harkawat

Not thru format. However using this function at each instance where you want
it rounded
=Mround(a1,0.005)


"KevinBoyden" wrote in message
...
I have a sheet where i need to show all numbers ending in 0 or 5 so 98.321
would show as 98.320 and 98.324 would show as 98.325 etc... I am obviously
not gr8 at excel so would appreciate som assistance

Cheers Kevin





All times are GMT +1. The time now is 01:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com