Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
KB KB is offline
external usenet poster
 
Posts: 41
Default Round numbers to get to the nearest 0.09

How do I round numbers to get to the nearest 0.09
(4.17=4.19 or 4.12=4.09)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Round numbers to get to the nearest 0.09

I think this will do what you want...

=ROUND(A1,1)-0.01

--
Rick (MVP - Excel)


"KB" wrote in message
...
How do I round numbers to get to the nearest 0.09
(4.17=4.19 or 4.12=4.09)


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Round numbers to get to the nearest 0.09

With a bit of playing around I came up with
=ROUND(A1,1) - 0.01
best wishes
--
Bernard Liengme
http://people.stfx.ca/bliengme
Microsoft Excel MVP

"KB" wrote in message
...
How do I round numbers to get to the nearest 0.09
(4.17=4.19 or 4.12=4.09)


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Round numbers to get to the nearest 0.09

=ROUND(A1,1)-0.01


"KB" wrote:

How do I round numbers to get to the nearest 0.09
(4.17=4.19 or 4.12=4.09)

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Round numbers to get to the nearest 0.09

On Mon, 23 Nov 2009 12:44:02 -0800, KB wrote:

How do I round numbers to get to the nearest 0.09
(4.17=4.19 or 4.12=4.09)


=ROUND(A1+0.01,1)-0.01
--ron


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Round numbers to get to the nearest 0.09

On Mon, 23 Nov 2009 15:57:58 -0500, "Rick Rothstein"
wrote:

I think this will do what you want...

=ROUND(A1,1)-0.01

--
Rick (MVP - Excel)


Am I missing something?

A1: 3.541


I would have thought:

=ROUND(A1+0.01,1)-0.01
--ron
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Round numbers to get to the nearest 0.09

I think this will do what you want...

=ROUND(A1,1)-0.01

--
Rick (MVP - Excel)


Am I missing something?

A1: 3.541

I would have thought:

=ROUND(A1+0.01,1)-0.01


No, you are not missing anything... adding the 0.01 to the value inside the
ROUND function as you show in your post is the correct way to do this.

--
Rick (MVP - Excel)

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Round numbers to get to the nearest 0.09

On Mon, 23 Nov 2009 16:52:47 -0500, "Rick Rothstein"
wrote:

No, you are not missing anything... adding the 0.01 to the value inside the
ROUND function as you show in your post is the correct way to do this.

--
Rick (MVP - Excel)


Sometimes, in those hours between the start of cocktail time and dinner, I've
been known to miss things :-)
--ron
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
How do I round numbers to the nearest multiple of 10 or 5? Wasatch Excel Worksheet Functions 5 May 3rd 23 07:43 PM
how do I round a column of numbers to the nearest Suzy Excel Worksheet Functions 3 November 12th 08 09:49 PM
How can you round numbers to the nearest quarter (i.e. .63=.75) EM Excel Worksheet Functions 4 July 20th 07 06:07 PM
Can you round up numbers to the nearest multiple of ten? Tilly Excel Worksheet Functions 3 June 5th 06 03:52 PM
round numbers to the nearest quarter? LeelooIvy Excel Worksheet Functions 3 May 14th 05 07:34 PM


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

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"