excel - Dynamic ranges for pie charts: named ranges specified as data for a pie chart don't stick -


My question is similar: Although this does not work for pie charts.

When I specify the range through named ranges, and pressed, Excel expanded the designated category for a specific category.

Here is a spreadsheet that you can try:

The series I typed in:

  = SERIES (, 'raw data' Slices 01 [description], 'raw data'! Slice 01 [value], 1)   

As soon as I press, it has changed to Excel: < Pre> = SERIES (, 'raw data'! $ A $ 14: $ A $ 33, 'raw data'! $ B $ 14: $ B $ 33,1) < P> Is there another way to specify dynamic range for a pie chart?

Thanks

When using category names for the chart source, Can not use syntax, which shows a multi-column border with a filter on the column. You have to make two category names, one for value for another description and to plug them into the chart formula. Once you confirm the formula (or enter the category name through the "Select Data" dialog), Excel will replace the sheet name with the workbook name.

Enter image details here

On a separate note: Along with that many data points, a pie chart is not a good option for visualization of the data. Instead, consider a horizontal bar chart

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -