Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

How to omit columns in Google Sheets chart and maintain the legend

$
0
0

I have looked through many answers here but am not finding anything that solves my problem completely. I can assemble the chart, but the legend isn't appearing properly.

I have a chart that tracks employee metrics for the fiscal year. So I have column A is an employee name then columns C-I are historical points for the metric for each month with C being March and I being September. Column B is the average which updates each month I add a new column. I am trying to chart trends in the metrics by employee. For this I need to chart range A1:I53. However row 2 is the company average per month and column B is the employee average. These will need excluded. When making the line chart it gives a timeline of each employees performance but the last one is always the average.

I can't move the average because the spreadsheet is sent to department leadership and the average is in the ideal place for leadership to check. I tried making the chart with multiple ranges which partially solves my issue, however it removes labels. I tried A1:A53,C1:I53 and the series is then labeled as a % and not the employee name. When combining ranges horizontally I get the labels back, but I can't filter them out. I would like the chart to reflect the full report, but the graph to reflect specific employees. It also adds in the company average, which I could remove before having multiple ranges.

I have tried the following questions solutions but they are not formatting properly for my use:

How can I skip columns in a Google Spreadsheets Chart?

https://stackoverflow.com/questions/77428374/best-way-to-exclude-arbitrary-rows-data-points-from-google-sheets-chart

Any help would be appreciated

Edit:This is the data I have

EmployeeAverage ScoreMarchFebJanDecNovOctSept
Dep=Average(C2:x2)98.299.795.696.798.297.796.3
Emp1=Average(C3:x3)92.397.498.682.780.990.277.6
Emp2=Average(C4:x4)77.265.343.57.288.692.317.4

This is the data I want to chart

EmployeeMarchFebJanDecNovOctSept
Emp192.397.498.682.780.990.277.6
Emp277.265.343.57.288.692.317.4

But the Chart won't show all employees. In this case it would only show Emp2. But for clarity and to help showcase trends to department leadership I still want the average score for all employees shown in the table, just hidden from the chart.


Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>