Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Houw to Round

How do I round up to 614.12 in the formula?

=SUM(I48/1.075)

My result is 614.11

I48 is 660.17 and is the total including sales tax.

Thanks

Tom


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 114
Default Houw to Round


Hi Tom,
Try this,

=ROUNDUP(SUM(I48/1.075),2)

Regards,
Shah Shailesh
http://members.lycos.co.uk/shahweb/
(Excel Add-ins)

*** Sent via Developersdex http://www.developersdex.com ***
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Houw to Round

Tom

ROUND(SUM(I48/1.075)+0.005,2)

Regards

Steve Dalton

"Thomas Grassi" wrote in message
...
How do I round up to 614.12 in the formula?

=SUM(I48/1.075)

My result is 614.11

I48 is 660.17 and is the total including sales tax.

Thanks

Tom




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Houw to Round

On Fri, 1 Apr 2005 22:34:40 -0500, "Thomas Grassi"
wrote in microsoft.public.excel.programming:

How do I round up to 614.12 in the formula?

=SUM(I48/1.075)

My result is 614.11


Correct:
660.17 / 1.075 = 614.111627907 (=614.11)

I48 is 660.17 and is the total including sales tax.


Ahh, 660.17 is wrong because
614.12 * 1.075 = 660.179 (=660.18)

To track down where things go wrong we need more information.

--
Michael Bednarek http://mbednarek.com/ "POST NO BILLS"
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Houw to Round

Just another way:

=CEILING(I48/1.075,0.01)

Note that your SUM() function is unnecessary:

=SUM(I48/1.075)

returns the same value as

=I48/1.075



In article ,
"Thomas Grassi" wrote:

How do I round up to 614.12 in the formula?

=SUM(I48/1.075)

My result is 614.11

I48 is 660.17 and is the total including sales tax.

Thanks

Tom



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Houw to Round

614.11 is the correct answer as shown in response to your first posting.
Jim Thomlinson was apparently mistaken if that is why you are asking the
quesion. If you actually want to round up, then you received answers for
that.

--
Regards,
Tom Ogilvy



"Thomas Grassi" wrote in message
...
How do I round up to 614.12 in the formula?

=SUM(I48/1.075)

My result is 614.11

I48 is 660.17 and is the total including sales tax.

Thanks

Tom




  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Houw to Round


Thomas Grassi wrote:
How do I round up to 614.12 in the formula?

=SUM(I48/1.075)

My result is 614.11

I48 is 660.17 and is the total including sales tax.

Thanks

Tom


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Houw to Round

change your frmula to
=roundup(sum(i48/1.075);2)

regards,

jarot

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 Up and Round Down Time DaveMoore Excel Worksheet Functions 2 January 1st 10 12:00 PM
Round up or down to $X.X9 or up to $X.X5 GoBucks[_2_] Excel Worksheet Functions 10 April 12th 09 02:36 AM
ROUND UP or DOWN by 0.5 Warren Easton Excel Discussion (Misc queries) 3 August 20th 08 05:59 PM
round up #.#0 and #.#5 ramzi New Users to Excel 6 July 22nd 08 02:27 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM


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