Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.38 KB

Excel.PivotTable.AllocationMethod.md

File metadata and controls

42 lines (23 loc) · 1.38 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.AllocationMethod property (Excel)
vbaxl10.chm235189
vbaxl10.chm235189
Excel.PivotTable.AllocationMethod
726393d4-4aba-556a-9278-976e7b9a1088
05/08/2019
medium

PivotTable.AllocationMethod property (Excel)

Returns or sets the method to use to allocate values when performing what-if analysis on a PivotTable report based on an OLAP data source. Read/write.

Syntax

expression.AllocationMethod

expression A variable that represents a PivotTable object.

Return value

XlAllocationMethod

Remarks

The AllocationMethod property corresponds to the Allocation Method setting in the What-If Analysis Settings dialog box. The default setting is xlEqualAllocation, which corresponds to the Equal Allocation setting.

If the AllocationMethod property is set to xlWeightedAllocation, which corresponds to the Weighted Allocation setting, you can optionally specify the weight expression to use by setting the AllocationWeightExpression property.

If you don't specify a weight expression, a weight expression equivalent to <leaf cell value> / <existing value> is used.

[!includeSupport and feedback]