XL3SparkColumnsM

Revision as of 17:05, 23 November 2010 by Antonio.remedios (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creates a monochrome column chart that is rendered in the Excel cell.

Syntax

XL3SparkLine( 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

See Also