Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sierra_07
 
Posts: n/a
Default How do I NOT round off in a formula

In my worksheet, I have a regular price for general customers and then
another for the bigger buyers. How do I not round off in my formula?

Example:
=A1-10%-5%-5%
OR
=1.1-10%-5%-5% should equal .89 not .90 which I am getting.

I have to do it this way because I can't just take off 20%(i get a totally
differnet #). Please help!!

  #2   Report Post  
BekkiM
 
Posts: n/a
Default

Are you literally subtracting your percentages? If so, that would explain
why you're getting .90 because 1.1 - 0.1 - 0.05 - 0.05 does actually equal
0.90.

The formula you want is:
A B C D
1) 1.1 10% 5% 5%

=((A1*(1-B1))*(1-C1))*(1-D1)

which will give you 0.893475, or, rounding to 2 digits, 0.89


"Sierra_07" wrote:

In my worksheet, I have a regular price for general customers and then
another for the bigger buyers. How do I not round off in my formula?

Example:
=A1-10%-5%-5%
OR
=1.1-10%-5%-5% should equal .89 not .90 which I am getting.

I have to do it this way because I can't just take off 20%(i get a totally
differnet #). Please help!!

  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

That not how one uses percentage, to take off 10% of 1.1 you need to use

=1.1-(1.1*10%)

that should give you a clue how to go on

Regards,

Peo Sjoblom


"Sierra_07" wrote in message
...
In my worksheet, I have a regular price for general customers and then
another for the bigger buyers. How do I not round off in my formula?

Example:
=A1-10%-5%-5%
OR
=1.1-10%-5%-5% should equal .89 not .90 which I am getting.

I have to do it this way because I can't just take off 20%(i get a totally
differnet #). Please help!!



  #4   Report Post  
Sierra_07
 
Posts: n/a
Default

Thank you, I'n new to Excel and not sure how it works, you guys really helped!

"Peo Sjoblom" wrote:

That not how one uses percentage, to take off 10% of 1.1 you need to use

=1.1-(1.1*10%)

that should give you a clue how to go on

Regards,

Peo Sjoblom


"Sierra_07" wrote in message
...
In my worksheet, I have a regular price for general customers and then
another for the bigger buyers. How do I not round off in my formula?

Example:
=A1-10%-5%-5%
OR
=1.1-10%-5%-5% should equal .89 not .90 which I am getting.

I have to do it this way because I can't just take off 20%(i get a totally
differnet #). Please help!!




  #5   Report Post  
Chris Lavender
 
Posts: n/a
Default

Easier mathematically to simply say =1.1*0.9

Best rgds
Chris Lav

"Sierra_07" wrote in message
...
Thank you, I'n new to Excel and not sure how it works, you guys really

helped!

"Peo Sjoblom" wrote:

That not how one uses percentage, to take off 10% of 1.1 you need to use

=1.1-(1.1*10%)

that should give you a clue how to go on

Regards,

Peo Sjoblom


"Sierra_07" wrote in message
...
In my worksheet, I have a regular price for general customers and then
another for the bigger buyers. How do I not round off in my formula?

Example:
=A1-10%-5%-5%
OR
=1.1-10%-5%-5% should equal .89 not .90 which I am getting.

I have to do it this way because I can't just take off 20%(i get a

totally
differnet #). Please help!!






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 whole numbers up and down JoeBed Excel Discussion (Misc queries) 4 July 5th 05 05:21 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
If the SUM of a list is 32.2 what formula to round it up to 32.5? derrick@sugarbakers Excel Worksheet Functions 3 April 25th 05 05:01 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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