linerangeguy
New Member
- Joined
- Jan 25, 2024
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
I have two data points, a low and a high. I want to create a line graph that recognizes these two points as a range. Then, I have a third data point which will be the only data point on the line (the only dot shown on this range line). The line itself will be showcasing the range between the low and high. The range line length should not matter as it will be the same length even if the low and high change (want to make this dynamic). Where the third point is will visually show where that data point is on that range (between the low and high data points).
So I would have a low, lets say 20, a high, lets say 69, and then a third data point, lets say 46. I want to make an excel line visual where it is dynamic to each of the figures (so if the low and highs change to lets say, 10 and 110, the line length will stay the same but will depict that new range). And then on this visual line, the 46 will be shown as a plot point on that line and will be dynamic (so if 46 changes to say, 78, then the dot positioning will change). Below is an example of what I'm trying to create in excel (and very bottom is the mini sheet).
And a follow up question would be how to incorporate this range within a cell. So looking at the image above, the "Low" "Range" High" and "Average" are all columns in excel with data points.
Thank you so much for your help in advance!
So I would have a low, lets say 20, a high, lets say 69, and then a third data point, lets say 46. I want to make an excel line visual where it is dynamic to each of the figures (so if the low and highs change to lets say, 10 and 110, the line length will stay the same but will depict that new range). And then on this visual line, the 46 will be shown as a plot point on that line and will be dynamic (so if 46 changes to say, 78, then the dot positioning will change). Below is an example of what I'm trying to create in excel (and very bottom is the mini sheet).
And a follow up question would be how to incorporate this range within a cell. So looking at the image above, the "Low" "Range" High" and "Average" are all columns in excel with data points.
Thank you so much for your help in advance!
mrexcel line range question.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
3 | Data Point | Low | Range | High | ||
4 | 160 | 155 | 302 | |||
5 | 218 | 211 | 261 | |||
6 | 126 | 126 | 208 | |||
7 | 209 | 204 | 374 | |||
8 | 59 | 46 | 128 | |||
9 | ||||||
10 | ||||||
11 | Data Point | Low | Range | High | ||
12 | 171 | 164 | 258 | |||
13 | 140 | 140 | 231 | |||
14 | 92 | 89 | 187 | |||
15 | 109 | 109 | 204 | |||
16 | 77 | 77 | 160 | |||
17 | ||||||
18 | ||||||
19 | Data Point | Low | Range | High | ||
20 | 40 | 24 | 105 | |||
21 | 99 | 92 | 149 | |||
22 | 148 | 148 | 227 | |||
23 | 99 | 87 | 160 | |||
24 | 97 | 86 | 142 | |||
25 | 118 | 112 | 166 | |||
26 | 105 | 101 | 172 | |||
27 | - | - | - | |||
28 | 83 | 74 | 142 | |||
29 | 131 | 127 | 176 | |||
30 | ||||||
31 | ||||||
32 | Data Point | Low | Range | High | ||
33 | 108 | 103 | 170 | |||
34 | 113 | 96 | 177 | |||
35 | 99 | 91 | 143 | |||
36 | 94 | 92 | 167 | |||
37 | ||||||
38 | ||||||
39 | Data Point | Low | Range | High | ||
40 | 141 | 136 | 222 | |||
41 | 81 | 80 | 117 | |||
42 | 128 | 128 | 241 | |||
43 | 129 | 121 | 224 | |||
44 | 87 | 77 | 163 | |||
45 | 76 | 70 | 146 | |||
46 | 103 | 90 | 175 | |||
Table |