![]() |
|
|
#211
|
||||
|
||||
|
Quote:
Let's see, I think I already submitted the 3rd edition. I'll have to check. |
|
#212
|
||||
|
||||
|
Quote:
![]()
__________________
This post was crafted using a special blend of herbs and sarcasm. |
|
#213
|
||||
|
||||
|
At least twice, I'm thinking.
|
|
#215
|
||||
|
||||
|
Is there a more fundamentally wrong idea that MS has created worse than getpivotdata? Especially since MS "helps" you by automatically creating this formula for you?
My #1 spread sheet rule: Never, ever let Excel think for itself. Even when I'm doing a range look-up table, I explicitly create boundaries so I know I'm controlling Excel decision making. |
|
#216
|
||||
|
||||
|
I think people crapping on GETPIVOTDATA just don't know how to use it.
__________________
def no_one(the_spanish_inquisition): **** Juan. |
|
#217
|
||||
|
||||
|
Please tell me how to use GETPIVOTDATA when you have a pivot table that gets changed.
(If the pivot table never changed, you could always use SUMIFs, etc.) |
|
#218
|
||||
|
||||
|
Changed like how? Moving stuff around, removing/adding variables. Can you think of a solution where this would be easy to do? I'm familiar enough with the tables and function to do it. But that's not a fair comparison to a lookup table. Where you have to remake the table and the function and both are labor intensive.
Further, I think look up tables contain maintainability issues (copy/paste issues; number of rows changing) and SUMIFs is less clear (unless you are naming your ranges). In the sumifs, i have no idea whats going on without searching though the workbook. In the GPD, I know exactly what's going on, Looking up the dollars for the contract in e1 and the planName in d1. SUMIFS($A$4:$A$8,$H$4:$H$9,D$1,$I$4:$I$9,E$1) GETPIVOTDATA("Dollars",$A$3,"PlanName",D$1,"Contra ct",E$1)
__________________
def no_one(the_spanish_inquisition): **** Juan. |
|
#219
|
||||
|
||||
|
Quote:
It's possible - but the added complexity isn't worth the extra effort. |
|
#220
|
||||
|
||||
|
Quote:
SUMIFS(A:A,H:H,D$1,I:I,E$1) Then you can add as many rows of data as you want and don't have to worry about updating your formulas. Even if you insert columns or copy/paste, the formulas update themselves. The only thing you have to worry about is cut/paste.
__________________
This post was crafted using a special blend of herbs and sarcasm. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|