Guys can you please help me understand how to create a PIE chart out of these data?
Table in google sheets
Where RED value is the main sum of all expenses and GREEN values are expense per category. MY goal is to have a monthly overview where money are going by category.
Thank you! :)
Related
I am struggling to make a piechart of my expenses that can interpret a dropdown list.
Whenever I try to create the chart somehow the graph cant realize that Categories with the same name should be grouped together. It's driving me insane to the point I registered here!
Does anybody have any input on how to get around this?
Thank you!
Picture of the problem
In Google Sheets I have two columns, for the type of expense and the amount in that expense. I was able to make that into a pie chart, but I have a separate small table for the total budget and the amount of money remaining. I want to add the amount of money remaining to the pie chart, but I'm not sure how to because it is in a separate column. Is there any way to do this?
As far as I know you can't use several ranges for pie chart. If you want to combine this data, you have to make a separate table somewhere in your sheet and feed your chart from there. For example - if your main data is in a1:b10 and additional (small table) is in f20:g23, you can make an additional sheet and combine it there using: ={a1:b10;f20:g23} then use this range for your pie chart.
I created a column of total profit in google sheets and my goal is to filter values which are less then 70% of previous profit value (screenshot so you can understand).
But when I apply this condition to the filter custom formula (here) is not filtering the values which are less then 70% but the values before them, instead it is moved by one row (hopefully you will understand).
It may be it is something easy to fix but i really couldn't find out. Thanks for your future advice and time!
*EDIT: https://docs.google.com/spreadsheets/d/1JcHVrpOCLEdMiTF3YD0qvJiHPsi6J2QwFPN-XOfAipY/edit?usp=sharing sheet in view mode
try to shift it:
=$B2/$B1>0.7
I would like to create a stacked heatmap. basically i have sub categories, I would want to show in a Heatmap.
After searching I figured it is not possible to do.
So I am wondering if it is possible to create a stacked heatmap instead where sub categories would be stacked on top to make a category. A mixture of bar chart and heat map.
Please see the fiddle .. As a an example I tried to attain the objective with multiple series. As you can notice if the series have same values they just sit on top of each other. Is there a better way to visualize such a data ?
Heatmap take x,y,value. If a data had x,y,value AND Z .. What would be the best way to visualize in highcharts?
Thanks..
I've developed a stacked column chart. In that if I click one stacked column I've to get all the details(all stacked columns) of that column.
Is that possible? I tried it but I didn't get a solution.
Try this demo to start with:
Column With Drilldown
You can manipulate this to get what you need. Their demo gallery is a great place to start when thinking of ideas to use.