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…') |
(Added link to coloured version) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
− | {{Code| | + | {{Code|XL3SparkColumnsM( Data, [Minimum], [Maximum] )}} |
==Parameters== | ==Parameters== | ||
Line 21: | Line 21: | ||
==See Also== | ==See Also== | ||
* [[Formula Reference]] | * [[Formula Reference]] | ||
+ | * [[XL3SparkColumns|XL3SparkColumns Formula]] | ||
[[Category:Formulae]] | [[Category:Formulae]] | ||
[[Category:In-Cell Chart Formulae]] | [[Category:In-Cell Chart Formulae]] | ||
[[Category:In-Cell Charts]] | [[Category:In-Cell Charts]] |
Latest revision as of 17:26, 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 |