A Microsoft Excel forum. ExcelBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » ExcelBanter forum » Excel Newsgroups » New Users to Excel
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , ,

How to stop Excel from rounding a number?



 
 
Thread Tools Display Modes
  #1  
Old February 6th 10, 02:51 AM posted to microsoft.public.excel.newusers
lightdancing
external usenet poster
 
Posts: 2
Default How to stop Excel from rounding a number?

Hi. Using Microsoft Office Excel 2007. Any help will be greatly
appreciated.

We are setting up a spreadsheet so my husband can enter:

-the price of an item
-Calculate the sales tax of .08375 and have sales tax added to price each.
-multiply the sum of the item price & sales tax by the quantity of items
entered

This is what happens:

Price ea Sales Tax
before tax Added QTY Total
$0.307 $0.33 3 $1.00

Ordinarily, the total should equal $.99

I've tried changing the formats from currency to number, to accounting to
scientific notation. Still have the problem.

When I increase the decimal points on the total column, the number is:
0.99813375

I've used the ROUNDDOWN and ROUNDDUP formulas, but some entry totals require
ROUNDDOWN while others require ROUNDUP in order to maintain accuracy. I
prefer not to figure out which of these formulas is required for each entry.

Is there a way to keep the number .99 as it is when reducing the decimal
numbers back to 2 - just chop off the rest of the numbers that follow?

Thanks!
Sue









Ads
  #2  
Old February 6th 10, 06:10 AM posted to microsoft.public.excel.newusers
T. Valko
external usenet poster
 
Posts: 15,708
Default How to stop Excel from rounding a number?

Try rounding the price + tax added amount.

A1 = price = 0.307
B1 = price + tax (0.08375)

=ROUND(A1*(1.08375),2)

C1 = QTY = 3
D1 = Total

=C1*B1

Result = 0.99

--
Biff
Microsoft Excel MVP


"lightdancing" > wrote in message
...
> Hi. Using Microsoft Office Excel 2007. Any help will be greatly
> appreciated.
>
> We are setting up a spreadsheet so my husband can enter:
>
> -the price of an item
> -Calculate the sales tax of .08375 and have sales tax added to price each.
> -multiply the sum of the item price & sales tax by the quantity of items
> entered
>
> This is what happens:
>
> Price ea Sales Tax
> before tax Added QTY Total
> $0.307 $0.33 3 $1.00
>
> Ordinarily, the total should equal $.99
>
> I've tried changing the formats from currency to number, to accounting to
> scientific notation. Still have the problem.
>
> When I increase the decimal points on the total column, the number is:
> 0.99813375
>
> I've used the ROUNDDOWN and ROUNDDUP formulas, but some entry totals
> require
> ROUNDDOWN while others require ROUNDUP in order to maintain accuracy. I
> prefer not to figure out which of these formulas is required for each
> entry.
>
> Is there a way to keep the number .99 as it is when reducing the decimal
> numbers back to 2 - just chop off the rest of the numbers that follow?
>
> Thanks!
> Sue
>
>
>
>
>
>
>
>
>



  #3  
Old February 6th 10, 08:33 AM posted to microsoft.public.excel.newusers
lightdancing
external usenet poster
 
Posts: 2
Default How to stop Excel from rounding a number?

* BIG SMILES * Thanks T. Valko. That did the trick. I looked at the
ROUND formula but didn't understand it. Still not sure how it works, but
I'm mighty glad it does!

"T. Valko" wrote:

> Try rounding the price + tax added amount.
>
> A1 = price = 0.307
> B1 = price + tax (0.08375)
>
> =ROUND(A1*(1.08375),2)
>
> C1 = QTY = 3
> D1 = Total
>
> =C1*B1
>
> Result = 0.99
>
> --
> Biff
> Microsoft Excel MVP
>
>
> "lightdancing" > wrote in message
> ...
> > Hi. Using Microsoft Office Excel 2007. Any help will be greatly
> > appreciated.
> >
> > We are setting up a spreadsheet so my husband can enter:
> >
> > -the price of an item
> > -Calculate the sales tax of .08375 and have sales tax added to price each.
> > -multiply the sum of the item price & sales tax by the quantity of items
> > entered
> >
> > This is what happens:
> >
> > Price ea Sales Tax
> > before tax Added QTY Total
> > $0.307 $0.33 3 $1.00
> >
> > Ordinarily, the total should equal $.99
> >
> > I've tried changing the formats from currency to number, to accounting to
> > scientific notation. Still have the problem.
> >
> > When I increase the decimal points on the total column, the number is:
> > 0.99813375
> >
> > I've used the ROUNDDOWN and ROUNDDUP formulas, but some entry totals
> > require
> > ROUNDDOWN while others require ROUNDUP in order to maintain accuracy. I
> > prefer not to figure out which of these formulas is required for each
> > entry.
> >
> > Is there a way to keep the number .99 as it is when reducing the decimal
> > numbers back to 2 - just chop off the rest of the numbers that follow?
> >
> > Thanks!
> > Sue
> >
> >
> >
> >
> >
> >
> >
> >
> >

>
>
> .
>

  #4  
Old February 9th 10, 02:28 AM posted to microsoft.public.excel.newusers
T. Valko
external usenet poster
 
Posts: 15,708
Default How to stop Excel from rounding a number?

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"lightdancing" > wrote in message
...
>* BIG SMILES * Thanks T. Valko. That did the trick. I looked at the
> ROUND formula but didn't understand it. Still not sure how it works,
> but
> I'm mighty glad it does!
>
> "T. Valko" wrote:
>
>> Try rounding the price + tax added amount.
>>
>> A1 = price = 0.307
>> B1 = price + tax (0.08375)
>>
>> =ROUND(A1*(1.08375),2)
>>
>> C1 = QTY = 3
>> D1 = Total
>>
>> =C1*B1
>>
>> Result = 0.99
>>
>> --
>> Biff
>> Microsoft Excel MVP
>>
>>
>> "lightdancing" > wrote in message
>> ...
>> > Hi. Using Microsoft Office Excel 2007. Any help will be greatly
>> > appreciated.
>> >
>> > We are setting up a spreadsheet so my husband can enter:
>> >
>> > -the price of an item
>> > -Calculate the sales tax of .08375 and have sales tax added to price
>> > each.
>> > -multiply the sum of the item price & sales tax by the quantity of
>> > items
>> > entered
>> >
>> > This is what happens:
>> >
>> > Price ea Sales Tax
>> > before tax Added QTY Total
>> > $0.307 $0.33 3 $1.00
>> >
>> > Ordinarily, the total should equal $.99
>> >
>> > I've tried changing the formats from currency to number, to accounting
>> > to
>> > scientific notation. Still have the problem.
>> >
>> > When I increase the decimal points on the total column, the number is:
>> > 0.99813375
>> >
>> > I've used the ROUNDDOWN and ROUNDDUP formulas, but some entry totals
>> > require
>> > ROUNDDOWN while others require ROUNDUP in order to maintain accuracy.
>> > I
>> > prefer not to figure out which of these formulas is required for each
>> > entry.
>> >
>> > Is there a way to keep the number .99 as it is when reducing the
>> > decimal
>> > numbers back to 2 - just chop off the rest of the numbers that follow?
>> >
>> > Thanks!
>> > Sue
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >

>>
>>
>> .
>>



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
stop number rounding Betty New Users to Excel 2 January 23rd 07 02:20 PM
How to stop excel from rounding ? majestikwun Excel Discussion (Misc queries) 3 September 8th 06 11:44 AM
stop Excel from rounding 22/32 to 11/16 Jon Horvath Excel Discussion (Misc queries) 2 September 8th 05 10:15 PM
How can I stop rounding in Excel? hutcheeez Excel Discussion (Misc queries) 4 April 1st 05 04:11 PM
Can I stop rounding in excel? Jmadden Excel Discussion (Misc queries) 4 January 12th 05 06:48 PM


All times are GMT +1. The time now is 05:19 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2004-2010 ExcelBanter.
The comments are property of their posters.