Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0

how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0

Make sure you have the Analysis ToolPak Add-In loaded...

=MROUND(A1,0.5)

Rick


"tiffa" wrote in message
...
how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 860
Default how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0

And if you don't want to load the Analysis Tool Pack try this,
=ROUND(A1/0.5,0)*0.5

HTH
Martin


"tiffa" wrote in message
...
how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 806
Default how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0

=ROUND(A1*2,0)/2
or
=ROUND(A1/5,1)*5

Regards,
Bernd
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 860
Default how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0

And the reason for your absurdity would be?

Regards
Martin

"Bernd P" wrote in message
...
=ROUND(A1*2,0)/2
or
=ROUND(A1/5,1)*5

Regards,
Bernd





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
Round/Display (HR:MN:SEC) data in decimal HR format for Time C Nauj Solrac Excel Discussion (Misc queries) 6 March 26th 09 05:34 PM
Round a repeating decimal from a formula... Snake2135 Excel Worksheet Functions 14 February 23rd 08 04:04 PM
Round a negative decimal Montana Excel Worksheet Functions 8 November 20th 07 06:09 AM
How do I round last number without a decimal point rollover22 Excel Worksheet Functions 1 July 26th 05 04:35 PM
ROUND DATA TO 2 DECIMAL PLACES roy in sunbury New Users to Excel 1 January 12th 05 03:33 AM


All times are GMT +1. The time now is 03:58 PM.

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

About Us

"It's about Microsoft Excel"