Skip to main content

SCATTERSPARKLINE

The scatter sparkline formula has the following options:

OptionDescription
Points1The first xy data series. If the row count is greater than or equal to the column count, use data from the first two columns. The first column contains x-values and the second column contains y-values. If the row count is less than the column count, use data from the first two rows. The first row contains x-values and the second row contains y-values.
Points2The second xy data series. If the row count is greater than or equal to the column count, use data from the first two columns. The first column contains x-values and the second column contains y-values. If the row count is less than the column count, use data from the first two rows. The first row contains x-values and the second row contains y-values.
MinXThe x-minimum limit of both series, each series has its own value if it is omitted.
MaxXThe x-maximum limit of both series, each series has its own value if it is omitted.
MinYThe y-minimum limit of both series, each series has its own value if it is omitted.
MaxYThe y-maximum limit of both series, each series has its own value if it is omitted.
HLineThe horizontal axis position, there is no line if it is omitted.
VLineThe vertical axis position, there is no line if it is omitted.
XMinZoneThe x-minimum value of the gray zone, there is no grey zone if any of these four parameters are omitted.
XMaxZoneThe x-maximum value of the gray zone, there is no grey zone if any of these four parameters are omitted.
YMinZoneThe y-minimum value of the gray zone, there is no grey zone if any of these four parameters are omitted.
YMaxZoneThe y-maximum value of the gray zone, there is no grey zone if any of these four parameters are omitted.
TagsIf this option is true, mark the point at which the y-value is the maximum of the first series as "#0000FF", and mark the point at which the y-value is the minimum of the first series as "#CB0000". This option is false if it is omitted.
DrawSymbolIf this option is true, draw each point as a symbol. The symbol of the first series is a circle, and the symbol of the second series is a square. This option is true if it is omitted.
DrawLinesIf this option is true, connect each point with a line by sequence in each series. This option is false if it is omitted.
Color1The color string of the first point series. The value is "#969696" if it is omitted.
Color2The color string of the second point series. The value is "#CB0000" if it is omitted.
DashIf this option is true, the line is a dashed line; otherwise, the line is a full line. This option is false if it is omitted.

Sample Usage

In order to use the SCATTERSPARKLINE formula, start with your edited Excellentable:


Then type in the SCATTERSPARKLINE formula in the area you would like to display the outcome:

By adding the values you would like to calculate the SCATTERSPARKLINE formula for, Excellentable will generate the outcome:

 
A
1
Value1
2
2
3
3
4
4
5
5
6
8
7
9
8
1.5
9
12
10
8
11
4
12
13
SCATTERSPARKLINE
B
1
Value2
2
110
3
120
4
130
5
150
6
140
7
160
8
180
9
170
10
120
11
110
12
13
#NAME?

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.