XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Difference between revisions of "XL3SparkCompare"
(Created page with "Creates a Comparison Chart that is rendered in an Excel cell, this formula was introduced in Version 10 Double-clicking the chart, or selecting the XLCubed > Format In-Cell C...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
==Syntax== | ==Syntax== | ||
− | {{Code|XL3SparkCompare( Value1, Output, InRows, ChartType, Value2, Width, ColorVal1, ColorVal2, ColorNegBar, ColorNegPop, Minimum, Maximum, AxisType, Units, TickMarks, TickMarkFormat, Label)}} | + | {{Code|XL3SparkCompare( Value1, Output, InRows, ChartType, Value2, Width, ColorVal1, ColorVal2, ColorNegBar, ColorNegPop, [Minimum], [Maximum], [AxisType], [Units], [TickMarks], [TickMarkFormat], [Label])}} |
==Parameters== | ==Parameters== | ||
Line 87: | Line 87: | ||
| Specifies the text to use in the formula cell, if no axis is used | | Specifies the text to use in the formula cell, if no axis is used | ||
− | + | |} | |
+ | |||
==See Also== | ==See Also== | ||
* [[Formula Reference]] | * [[Formula Reference]] |
Latest revision as of 15:06, 12 March 2020
Creates a Comparison Chart that is rendered in an Excel cell, this formula was introduced in Version 10
Double-clicking the chart, or selecting the XLCubed > Format In-Cell Chart... right-click menu item allow the editing of the chart format using the Comparison Chart Designer
Syntax
XL3SparkCompare( Value1, Output, InRows, ChartType, Value2, Width, ColorVal1, ColorVal2, ColorNegBar, ColorNegPop, [Minimum], [Maximum], [AxisType], [Units], [TickMarks], [TickMarkFormat], [Label])