Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default Rounding Down Formula

I have the following formula: =sum(J24/S24). The answer is 22.25%. Once
I've decreased the number of decimals to 1, I need it to read 22.2%. How
do I do this? Thanks!!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Rounding Down Formula

To start with, why have you used SUM()? What numbers are you trying to add?
If you are dividing, then the formula is =J24/S24.

If you want to round down, rather than round to the nearest, then
=ROUNDDOWN(J24/S24,3)
--
David Biddulph

"Lilbit" wrote in message
lkaboutsoftware.com...
I have the following formula: =sum(J24/S24). The answer is 22.25%. Once
I've decreased the number of decimals to 1, I need it to read 22.2%. How
do I do this? Thanks!!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default Rounding Down Formula

Perfect!! Thanks ever so much!!!

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 Formula mccrimmon Excel Worksheet Functions 3 June 27th 06 12:49 PM
Rounding up Formula milsupport Excel Worksheet Functions 8 May 31st 06 10:32 AM
rounding a formula with sum nikicole134 Excel Discussion (Misc queries) 5 March 1st 06 02:23 PM
Rounding with the sum formula pgruening Excel Discussion (Misc queries) 3 January 2nd 06 08:20 PM
rounding formula Joel Allen Excel Worksheet Functions 3 September 20th 05 12:05 AM


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