Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lilbit
 
Posts: n/a
Default Rounding Up Decimals

How do I get 14.102 to say 14.11? Thanks!!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vito
 
Posts: n/a
Default Rounding Up Decimals


=roundup(A1,2)

where A1 contains the original.


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=497922

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Rounding Up Decimals

=CEILING(14.102,0.01)


--

Regards,

Peo Sjoblom

"Lilbit" wrote in message
lkaboutsoftware.com...
How do I get 14.102 to say 14.11? Thanks!!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lilbit
 
Posts: n/a
Default Rounding Up Decimals

Thanks to you both; however, I think I neglected to provide enough
information. I have a formula (=sum(G40/G44)) where the answer is 4.102.
I need the answer to come to 4.11. Thanks for your help!!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lilbit
 
Posts: n/a
Default Rounding Up Decimals

Thanks to you both; however, I think I neglected to provide enough
information. I have a formula (=sum(G40/G44)) where the answer is 4.102.
I need the answer to come to 4.11. Thanks for your help!!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Rounding Up Decimals

=CEILING(G40/G44,0.01)

--

Regards,

Peo Sjoblom

"Lilbit" wrote in message
lkaboutsoftware.com...
Thanks to you both; however, I think I neglected to provide enough
information. I have a formula (=sum(G40/G44)) where the answer is 4.102.
I need the answer to come to 4.11. Thanks for your help!!



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lilbit
 
Posts: n/a
Default Rounding Up Decimals

Thanks for the updated formula. However, I don't know what I'm doing
wrong, but I'm coming up with 15.00%, not 14.11%.

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MrShorty
 
Posts: n/a
Default Rounding Up Decimals


With the addition of the percent format, you have to think of your
number as having two additional decimal places (14.102%=0.14102) and
roundup(value,4) or ceiling(value,0.0001)


--
MrShorty
------------------------------------------------------------------------
MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181
View this thread: http://www.excelforum.com/showthread...hreadid=497922

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lilbit
 
Posts: n/a
Default Rounding Up Decimals

Thank you, Thank you, Thank you!!

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
Format monetary amount to 9 digits with No decimals without rounding [email protected] Excel Worksheet Functions 4 December 20th 05 11:14 PM
Rounding Decimals Jim May Excel Discussion (Misc queries) 8 November 7th 05 06:02 PM
Rounding results to nearest quarter (in decimals) djarcadian Excel Discussion (Misc queries) 5 October 27th 05 12:35 AM
rounding numbers, with-out decimals. IE:4507 to 4510 rollover22 Excel Worksheet Functions 3 July 27th 05 05:40 PM
Rounding Decimals Sho Excel Worksheet Functions 6 November 16th 04 02:29 PM


All times are GMT +1. The time now is 01:02 AM.

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"