laky
05-10-2006, 02:38 PM
I have a PIVOT TABLE with total row, which is a sum of all the rows. I need to add new total row at the end which will be a result of not sum, but other aritmetic operation. Is it possible ?? Thanks.
|
View Full Version : ADD TOTAL row to PIVOT TABLE laky 05-10-2006, 02:38 PM I have a PIVOT TABLE with total row, which is a sum of all the rows. I need to add new total row at the end which will be a result of not sum, but other aritmetic operation. Is it possible ?? Thanks. laky 05-11-2006, 12:23 AM I need p.e.: Atribute1: 1 2 5 6 4 7 8 9 Atribute1: 2 5 6 8 7 7 8 9 -------------------------------------------- TOTAL(automatic) 3 7 11 14 11 14 16 18 TOTAL2(user) 2 10 30 48 28 49 64 81 |