Difference between revisions of "XL3SparkColumnsM"
(Created page with 'Creates a monochrome column chart that is rendered in the Excel cell. ==Syntax== {{Code|XL3SparkLine( Data, [Minimum], [Maximum] )}} ==Parameters== {| class="wikitable" ! Para…') |
|||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
− | {{Code| | + | {{Code|XL3SparkColumnsM( Data, [Minimum], [Maximum] )}} |
==Parameters== | ==Parameters== |
Revision as of 17:07, 23 November 2010
Creates a monochrome column chart that is rendered in the Excel cell.
Syntax
XL3SparkColumnsM( Data, [Minimum], [Maximum] )
Parameters
Parameter | Description |
---|---|
Data | The data to chart. This can be a range or a formula |
Minimum | A value to use for the minimum vertical axis value, or an empty parameter to use an automatic value |
Maximum | A value to use for the maximum vertical axis value, or an empty parameter to use an automatic value |