Difference between revisions of "XL3SparkColumnsM"
(Added link to coloured version) |
|||
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 |