Chart Average Line

Tikey

Board Regular
Joined
Jan 30, 2014
Messages
148
Office Version
  1. 2021
Platform
  1. Windows
I have a spreadsheet with a number of cells whose data is used for one line on the chart, I would also like to include an average line on the chart. Whilst I appreciate I can create a 'Dummy' set of cells of the average value to create the average line, but I wondered whether there is a way of creating the line just from a single cell containing the average value.

Thanks
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
easiest way, add an extra column with your average
james.xlsb
ABCDEFGHIJK
1itemvalueavg
2a58,2
3b108,2
4c108,2
5d58,2
6e98,2
7f88,2
8g98,2
9h108,2
10i98,2
11j78,2
12
13
14
15
16
17
Blad3
Cell Formulas
RangeFormula
B2:B11B2=RANDBETWEEN(5,10)
C2C2=AVERAGE(B2:B11)
C3:C11C3=+C2
 

Attachments

  • Schermafbeelding 2022-01-16 195407.png
    Schermafbeelding 2022-01-16 195407.png
    22.4 KB · Views: 1
Upvote 0
Solution
I was hoping I could avoid adding extra columns of data, but from your reply I guess not.

Thanks for your reply.
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top