#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 205
Default Rounding by .05

I have a formula where the cell multiplies the answer of 100/60. I put the
formula in as =A2*100/60 The answer comes out as 53.33333. I want the
answer to round up to 53.35, when I add the roundup in front of the A2 to
rounds up to 54.00,
Can someone tell me how I can make it round to the nearest .05?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Rounding by .05

Did you want to round up to the nearest .05 or round to the nearest .05.

Here is roundup
=roundup(A2*100/60/.05, 0)*.05
and round
=ROUND(A2*100/60/0.05, 0)*0.05

You do not need the analysis toolpack or any other addins to use this...
--
HTH...

Jim Thomlinson


"Linda" wrote:

I have a formula where the cell multiplies the answer of 100/60. I put the
formula in as =A2*100/60 The answer comes out as 53.33333. I want the
answer to round up to 53.35, when I add the roundup in front of the A2 to
rounds up to 54.00,
Can someone tell me how I can make it round to the nearest .05?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Rounding by .05

With the value you want to be rounded up 0.05 in A1

=CEILING(A1,0.05)

If you want the nearest 0.05 use

=ROUND(A1/0.05,0)*0.05

--


Regards,


Peo Sjoblom

"Linda" wrote in message
...
I have a formula where the cell multiplies the answer of 100/60. I put the
formula in as =A2*100/60 The answer comes out as 53.33333. I want the
answer to round up to 53.35, when I add the roundup in front of the A2 to
rounds up to 54.00,
Can someone tell me how I can make it round to the nearest .05?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Rounding by .05

Hi Linda,

=ROUND((A2*100/60)/0.05,0)*0.05

HTH
Martin




"Linda" wrote in message
...
I have a formula where the cell multiplies the answer of 100/60. I put the
formula in as =A2*100/60 The answer comes out as 53.33333. I want the
answer to round up to 53.35, when I add the roundup in front of the A2 to
rounds up to 54.00,
Can someone tell me how I can make it round to the nearest .05?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 205
Default Rounding by .05

THANK YOU SO MUCH, You are AWESOME.


"Jim Thomlinson" wrote:

Did you want to round up to the nearest .05 or round to the nearest .05.

Here is roundup
=roundup(A2*100/60/.05, 0)*.05
and round
=ROUND(A2*100/60/0.05, 0)*0.05

You do not need the analysis toolpack or any other addins to use this...
--
HTH...

Jim Thomlinson


"Linda" wrote:

I have a formula where the cell multiplies the answer of 100/60. I put the
formula in as =A2*100/60 The answer comes out as 53.33333. I want the
answer to round up to 53.35, when I add the roundup in front of the A2 to
rounds up to 54.00,
Can someone tell me how I can make it round to the nearest .05?

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
IF take 2 (ROUNDING) Neil Pearce Excel Discussion (Misc queries) 3 July 20th 07 02:26 PM
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
Rounding Jeanette Excel Worksheet Functions 2 December 6th 05 07:43 PM
Rounding Bud Excel Worksheet Functions 3 November 25th 05 02:33 AM
rounding ynissel Excel Discussion (Misc queries) 8 June 3rd 05 07:41 PM


All times are GMT +1. The time now is 06:03 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"