![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Dear sirs,
multiplying figures with percentages in a pivot table leads to the right result in the line, but the total total provides a wrong value; example: 10 * 20% = 2 => o.k. 20 * 30% = 6 => o.k. 30 * 50% = 15 => this would be ttl total, because the percentages would be added. How is it able to hide the ttl of the percentages (50%) and to get the right result of 8 in the end ?? Many thanks in advance.. |
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Are you using a Calculated Field? Where are your percentage values?
|
|
|
|
|
|
#3 | |
|
Guest
Posts: n/a
|
Quote:
raw data would be -a- -b- 1st line: 10 ! 20% 2nd line: 20 ! 30% does this help ? |
|
|
|
|
#4 | ||
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
[ This Message was edited by: Mark W. on 2002-02-26 06:43 ] |
||
|
|
|
|
|
#5 |
|
Guest
Posts: n/a
|
Thanks Mark,
it works now, |
|
|
|
#6 |
|
Board Regular
Join Date: Mar 2002
Location: Mike T.
Posts: 180
|
I tool have a calculate field that returns percents, but the wind up beng summed.
I fixed that by adding new fields, but now, I get #DIV. How can I set the Cal formulat to get rid of the #div? Mike |
|
|
|
|
|
#7 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
=A1/B1 ...use this instead... =IF(B1,A1/B1,0) |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|