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

I have a column in a spreadsheet that contains a formula:

=1-(L851/K851)

Using this formula, I calculate the percentage discount that a customer gets
off a particular item. I formatted the column as a percentage with one
decimal. The result shows a number with one decimal that is correct.

However, when I move that into a pivot table, I get the multiple decimals
(up to 15 digits). So I can't group calculate everything that is say 47.5%
discount. I have multiple 15 digit numbers all listed separately that would
round to 47.5%. My pivot table field is also formatted to a single digit.

So I think that maybe I need to round the results in the original data.
Which brings me to my very basic question. How do I do that? I found the
section on worksheet functions, but I don't know how to put that into each
cell with the formula.

What is my formula if I want to round this to a single decimal result?
Again, my current formula is:

=1-(L851/K851)

Thanks.

Kathy


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Basic Rounding Format question

Don't you want =ROUND(1-(L851/K851),3) rather than =ROUND(1-(L851/K851),1),
Sandy?
Kathy was asking for one place of decimals *when formatted as a percentage*.
--
David Biddulph

"Sandy Mann" wrote in message
...
enclose your formual in a ROUND() function:

=ROUND(1-(L851/K851),1)


"kleivakat" wrote in message
...
I have a column in a spreadsheet that contains a formula:

=1-(L851/K851)

Using this formula, I calculate the percentage discount that a customer
gets
off a particular item. I formatted the column as a percentage with one
decimal. The result shows a number with one decimal that is correct.

However, when I move that into a pivot table, I get the multiple decimals
(up to 15 digits). So I can't group calculate everything that is say
47.5%
discount. I have multiple 15 digit numbers all listed separately that
would
round to 47.5%. My pivot table field is also formatted to a single
digit.

So I think that maybe I need to round the results in the original data.
Which brings me to my very basic question. How do I do that? I found
the
section on worksheet functions, but I don't know how to put that into
each
cell with the formula.

What is my formula if I want to round this to a single decimal result?
Again, my current formula is:

=1-(L851/K851)

Thanks.

Kathy






  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Basic Rounding Format question

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
Don't you want =ROUND(1-(L851/K851),3) rather than
=ROUND(1-(L851/K851),1), Sandy?


No I don't want it but the OP certainly does! <g

Thanks for the catch - I missed that point completely.

--

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
Don't you want =ROUND(1-(L851/K851),3) rather than
=ROUND(1-(L851/K851),1), Sandy?
Kathy was asking for one place of decimals *when formatted as a
percentage*.
--
David Biddulph

"Sandy Mann" wrote in message
...
enclose your formual in a ROUND() function:

=ROUND(1-(L851/K851),1)


"kleivakat" wrote in message
...
I have a column in a spreadsheet that contains a formula:

=1-(L851/K851)

Using this formula, I calculate the percentage discount that a customer
gets
off a particular item. I formatted the column as a percentage with one
decimal. The result shows a number with one decimal that is correct.

However, when I move that into a pivot table, I get the multiple
decimals
(up to 15 digits). So I can't group calculate everything that is say
47.5%
discount. I have multiple 15 digit numbers all listed separately that
would
round to 47.5%. My pivot table field is also formatted to a single
digit.

So I think that maybe I need to round the results in the original data.
Which brings me to my very basic question. How do I do that? I found
the
section on worksheet functions, but I don't know how to put that into
each
cell with the formula.

What is my formula if I want to round this to a single decimal result?
Again, my current formula is:

=1-(L851/K851)

Thanks.

Kathy








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
Visual Basic Question ALEX Excel Worksheet Functions 3 February 6th 07 11:46 AM
a stupid basic format question Yiddy Excel Discussion (Misc queries) 2 January 7th 07 09:47 PM
Basic question plittle Excel Discussion (Misc queries) 1 May 23rd 06 03:49 PM
question about a basic formula mark Excel Worksheet Functions 3 September 19th 05 02:02 AM
basic pie chart question KayR Charts and Charting in Excel 4 January 23rd 05 08:16 PM


All times are GMT +1. The time now is 10:07 AM.

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"