Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default How can you round a number to the nearest 900?

I am trying to round to the nearest 900. Example: if you have $100,500 in a
cell I want it rounded to $100,900. If I have $100,200 I want it rounded to
$99,900. Is there a way to do this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default How can you round a number to the nearest 900?

=ROUND(A1,-3)-100


"trainer07" wrote:

I am trying to round to the nearest 900. Example: if you have $100,500 in a
cell I want it rounded to $100,900. If I have $100,200 I want it rounded to
$99,900. Is there a way to do this?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 62
Default How can you round a number to the nearest 900?

=ROUND(A1,-3)-100

"trainer07" wrote:

I am trying to round to the nearest 900. Example: if you have $100,500 in a
cell I want it rounded to $100,900. If I have $100,200 I want it rounded to
$99,900. Is there a way to do this?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default How can you round a number to the nearest 900?

Or perhaps =ROUND(A1+100,-3)-100 if you want the nearest?
--
David Biddulph

"Teethless mama" wrote in message
...
=ROUND(A1,-3)-100


"trainer07" wrote:

I am trying to round to the nearest 900. Example: if you have $100,500 in
a
cell I want it rounded to $100,900. If I have $100,200 I want it rounded
to
$99,900. Is there a way to do this?



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 a number to the Nearest .25 Dave E Excel Worksheet Functions 3 May 15th 23 11:47 AM
How can you round a number to the nearest 900? trainer07 Excel Discussion (Misc queries) 17 February 6th 08 10:40 PM
How do I round a number to the nearest 900? trainer07 Excel Discussion (Misc queries) 1 February 6th 08 05:40 PM
Is there a formula to round a number to the nearest .09? WenMess Excel Worksheet Functions 5 February 2nd 08 06:30 AM
want to round a number to the nearest quarter 0.25-0.50-0.45-0.00 Vangelis Excel Worksheet Functions 3 October 1st 07 03:48 PM


All times are GMT +1. The time now is 12:46 PM.

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"