#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default rounding numbers

How can I round 3.4 to 3.5 instead of 3.0 or 4.0?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Cin Cin is offline
external usenet poster
 
Posts: 19
Default rounding numbers

Use
=MROUND(3.4,0.5)
Where 3.4 can also be the cell refernce.

"VPHR" wrote:

How can I round 3.4 to 3.5 instead of 3.0 or 4.0?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default rounding numbers

Note that MROUND requires the Analysis ToolPac to be installed
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Cin" wrote in message
...
Use
=MROUND(3.4,0.5)
Where 3.4 can also be the cell refernce.

"VPHR" wrote:

How can I round 3.4 to 3.5 instead of 3.0 or 4.0?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default rounding numbers

=CEILING(A1,0.5)

"VPHR" wrote:

How can I round 3.4 to 3.5 instead of 3.0 or 4.0?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default rounding numbers

Try:

=ROUND(A1*2,0)/2
or
=INT(A1*2+0.5)/2

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"VPHR" wrote in message
...
How can I round 3.4 to 3.5 instead of 3.0 or 4.0?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rounding numbers up or down boyshanks Excel Discussion (Misc queries) 13 April 8th 09 03:03 PM
how to loose all numbers after decimal (not rounding) arjay9 Excel Worksheet Functions 3 January 13th 06 01:00 AM
Rounding numbers to the nearest 5 or 0 Fieldmedic Excel Worksheet Functions 3 July 17th 05 06:51 AM
Rounding numbers to the nearest thousand Mark Excel Discussion (Misc queries) 2 March 10th 05 12:13 PM
How do I make Excel stop rounding off my numbers that are 16 digi. Aida Excel Discussion (Misc queries) 1 December 6th 04 04:34 PM


All times are GMT +1. The time now is 09:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"