I am trying to make a pie chart with market breakdown, and then my companies role in each market. So the market has buckets with percentages for each slice, and I want to shade or sub divide each slice accordingly to what my company owns.
How do I make an Excel Pie chart, with slices each a % fill for another metric?
1.2k Views Asked by phentrus At
1
There are 1 best solutions below
Related Questions in EXCEL
- Concatenate excel cell string within cell reference string
- Use hidden information for filtering data
- Using Vlookup in Excel sheet to match substring
- Import from api into multiple excel cells
- Loop through list of files and open them
- Pull and push data from and into sql databases using Excel VBA without pasting the data in Excel sheets
- Loop with equation for upper limit
- excel vba null value in array
- Why is my xml file having these after convert from excel?
- TextToColumns function uses wrong delimiter
- Difference between two dates in excel 2013
- Concatenate string and number as number
- Why in a pivot the "include new items in manual filter" option is grey out when source is a powerpivot?
- Count Unique Values Repeated Dates
- How do I extract info from crunchbase
Related Questions in GRAPH
- Find a MST in O(V+E) Time in a Graph
- Using chart and tooltip
- What clustering algorithms can I consider for graph?
- Clustering on Graph (using Boost Graph Library)
- How to set a domain on an axis and have the axis intervals not constant or take up different amount of interval spaces using d3
- sort graph by distance to end nodes
- Construct and label a uniform graph in NetworkX using dictionaries?
- Plot: Add legend that overlay several Frames
- Labelling nodes in networkx
- Plotting a data frame in R
- How does boost::subgraph work? Can we use filtered graph?
- How do I make a decaying oscilating function in python?
- Deserialize tree given inorder format?
- Having issues with D3 scale and data binding
- ArangoDB graph operations via REST API
Related Questions in DATA-VISUALIZATION
- What are the approaches to the Big-Data problems?
- Having issues with D3 scale and data binding
- show matplotlib colorbar instead of legend for multiple plots with gradually changing colors
- dimple.js scatterplot duplicating axis lables
- How to use Gnuplot to create histogram from binned data from CSV file?
- ggplot2 extension and add-on packages
- BIRT chart label missing
- Different colors for positive/negative parts of column
- How to smoothly load 200MB data to browser for visualization?
- Visualize a nested JSON structure
- Customized Parallel sets in R using ggparallel
- Efficient way to create comparison proportion tables for surveys in R
- Interactive Confusion Matrix for Data Visualization
- ggplot in a function: variable not found
- How to make data points in a 3D python scatter plot look like "discs" instead of "spheres"
Related Questions in EXCEL-2013
- plot two data sets on same chart
- C# Excel Add In: Get active worksheet as XML
- GetPivotData function is no longer occurs automatically
- Searching a range to see if range "contains" a value
- Include leading zeros in a CSV file without importing
- Copy/Paste dynamic range
- Converting Date Into a specific text format in Excel
- Can Not Get My VLookUp In Excel To Return The Requested Data
- How to change multiple columns into rows in Microsoft Excel
- Excel - How to concatenate 2 values to make a refference
- Why would Excel 2013 data validation cell range change after upgrading from 2007?
- Conditional Coloring based on relative cell value
- Excel - How to create button upon Workbook_Open event
- Quickly Add New Series (Column) to Existing Graph - Excel 2013
- How to return information from Excel to the caller
Related Questions in POWERVIEW
- PowerBI hierarchy creation without the cloud
- How to create nested tiles in Power View
- How to link table row content to source in Power View
- Weighted Averages in PowerView
- Get PowerView to work with existing cubes on SQL Server 2008 R2
- SSRS 2008 vs SSRS 2012
- How can I enable Power View in SharePoint 2013?
- PowerView spreadsheet throws error when displayed Sharepoint
- Power view layout issue
- Power View Fails to Connect
- DirectoryEntry (0x80005000)
- PowerPivot - How to grab data from Yahoo webservices
- How can I display a Power View report without a frame in Sharepoint?
- PowerPivot - How to calculate trend by comparing two periods?
- PowerView in Excel 2010
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

If I understand correctly, you're after the total amount of your share in the market. For instance, economics is 4.8% of the Market Enrollment, and you have 1% of that, so you have 1% of 4.8% of the Market Enrollment in Economics. ie. Market Enrollment * My Share = 0.048%
In that case you just want to use the formula
=B1*C1, sort on that column in descending order, then use your regular pi graph.