Skip to content

Files

Latest commit

author
Docs Allowlist Management
Mar 22, 2024
76d3237 · Mar 22, 2024

History

History
41 lines (23 loc) · 1.49 KB

Excel.PivotItem.Formula.md

File metadata and controls

41 lines (23 loc) · 1.49 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotItem.Formula property (Excel)
vbaxl10.chm246089
vbaxl10.chm246089
Excel.PivotItem.Formula
c4e6a447-c910-79e5-701a-4f17210b7fb1
05/07/2019
medium

PivotItem.Formula property (Excel)

Returns or sets a String value that represents the object's formula in A1-style notation and in the language of the macro.

Syntax

expression.Formula

expression A variable that represents a PivotItem object.

Remarks

This property is not available for OLAP data sources.

If the cell contains a constant, this property returns the constant. If the cell is empty, this property returns an empty string. If the cell contains a formula, the Formula property returns the formula as a string in the same format that would be displayed in the formula bar (including the equal sign).

If you set the value or formula of a cell to a date, Microsoft Excel checks to see whether that cell is already formatted with one of the date or time number formats. If not, Microsoft Excel changes the number format to the default short date number format.

If the range is a one- or two-dimensional range, you can set the formula to a Visual Basic array of the same dimensions. Similarly, you can put the formula into a Visual Basic array.

Setting the formula for a multiple-cell range fills all cells in the range with the formula.

[!includeSupport and feedback]