SPREADSPARKLINE
The Spread sparkline formula has the following options:
Option | Description |
Points | A reference that represents a range of cells containing all values to be described, such as "A1:A10". |
ShowAverage | A boolean that represents whether to show the average. This setting is optional. The default value is false. |
ScaleStart | A number that represents the minimum boundary of the sparkline. This setting is optional. The default value is the minimum of all values. |
ScaleEnd | A number that represents the maximum boundary of the sparkline. This setting is optional. The default value is the maximum of all values. |
Style | A number that references the style of the Spread sparkline. This setting is optional. The default value is 4 (poles). |
ColorScheme | A string that represents the color of the sparkline. This setting is optional. The default value is "#646464". |
Vertical | A boolean that represents whether to display the sparkline vertically. This setting is optional. The default value is false. |
When the sparkline is horizontal, the horizontal axis represents each point. The length of lines or the number of dots in the vertical axis represents the frequency of occurrence.
Six styles are supported:
- Stacked = 1 - line from center to two sides
- Spread = 2 - dot from center to two sides
- Jitter = 3 - dot with a random location
- Poles = 4 - line from one side to another
- StackedDots = 5 - dot from one side to another
- Stripe = 6 - line with an equal length
Sample Usage
In order to use the SPREADSPARKLINE formula, start with your edited Excellentable:
Then type in the SPREADSPARKLINE formula in the area you would like to display the outcome:
By adding the values you would like to calculate the SPREADSPARKLINE formula for, Excellentable will generate the outcome:
A
|
B
|
C
|
|
---|---|---|---|
1
|
|||
2
|
|||
3
|
|||
4
|
|||
5
|
|||
6
|
|||
7
|
|||
8
|
|||
9
|
|||
10
|
|||
11
|
|||
12
|
|||
13
|
D
|
E
|
F
|
G
|
|
---|---|---|---|---|
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
13
|
H
|
|
---|---|
1
|
|
2
|
|
3
|
|
4
|
|
5
|
|
6
|
|
7
|
|
8
|
|
9
|
|
10
|
|
11
|
|
12
|
|
13
|