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

I'm having a problem in rounding up the following formula to the nearest
cent. Also, I have several of these formulas in a column, when the column is
totaled it uses the full formula extension not the value shown in the cell
and it makes the total not reflect the values in the cells. How can I
correct these problems?

=SUM(B1*3.3%)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Rounding Formulas

To ROUNDUP your formula result to two decimals.......

=ROUNDUP(SUM(B1*3.3%),2)

Vaya con Dios,
Chuck, CABGx3



"Judy" wrote:

I'm having a problem in rounding up the following formula to the nearest
cent. Also, I have several of these formulas in a column, when the column is
totaled it uses the full formula extension not the value shown in the cell
and it makes the total not reflect the values in the cells. How can I
correct these problems?

=SUM(B1*3.3%)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Rounding Formulas

=ROUND(B1*3.3%,2)

don't know why you use SUM, not that it would change the result but it
is totally obsolete when you multiply values like this.

Don't make the mistake and think what you see in the cell when formatted
for currency is what the value really is. For instance 1.249 will
display as 1.25 when formatted for 2 decimals. The underlaying value is
still 1.249 and if there are many like that there will be a discrepancy.

If you need this you need to change to precision as displayed under
toolsoptionscalculation



Regards,


Peo Sjoblom




Judy wrote:
I'm having a problem in rounding up the following formula to the nearest
cent. Also, I have several of these formulas in a column, when the column is
totaled it uses the full formula extension not the value shown in the cell
and it makes the total not reflect the values in the cells. How can I
correct these problems?

=SUM(B1*3.3%)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Rounding Formulas

Sorry, you said you wanted to roundup, use this instead


=CEILING(B1*3.3%,0.01)


Peo


Peo Sjoblom wrote:
=ROUND(B1*3.3%,2)

don't know why you use SUM, not that it would change the result but it
is totally obsolete when you multiply values like this.

Don't make the mistake and think what you see in the cell when formatted
for currency is what the value really is. For instance 1.249 will
display as 1.25 when formatted for 2 decimals. The underlaying value is
still 1.249 and if there are many like that there will be a discrepancy.

If you need this you need to change to precision as displayed under
toolsoptionscalculation



Regards,


Peo Sjoblom




Judy wrote:
I'm having a problem in rounding up the following formula to the
nearest cent. Also, I have several of these formulas in a column,
when the column is totaled it uses the full formula extension not the
value shown in the cell and it makes the total not reflect the values
in the cells. How can I correct these problems?

=SUM(B1*3.3%)

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 418
Default Rounding Formulas

Judy wrote:
I'm having a problem in rounding up the following formula to the nearest
cent. Also, I have several of these formulas in a column, when the column is
totaled it uses the full formula extension not the value shown in the cell
and it makes the total not reflect the values in the cells. How can I
correct these problems?
=SUM(B1*3.3%)


=roundup(B1*3.3%, 2)

Note: I am taking you literally when you say "round up to the nearest
cent". But as you may know, when Excel displays a number with 2
decimal places, it effectively uses ROUND(), not ROUNDUP(). If you are
trying to ensure that the column sum matches the sum of the displayed
values, I would use ROUND() in each cell, not ROUNDUP().

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
how to minimize rounding error with complicated formulas Erick T. Excel Discussion (Misc queries) 1 January 25th 06 02:05 PM
formulas / rounding JT Excel Worksheet Functions 3 January 19th 06 10:49 PM
Help, Urgent Excel Formulas are not calculating maashoff Excel Discussion (Misc queries) 1 May 3rd 05 12:25 AM
rounding a formula's number [email protected] Excel Worksheet Functions 2 March 9th 05 07:33 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM


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