Creating a Pie Chart from Pop-Up Menu Cell Type
I am making a time log to monitor the time I spend on tasks. My goal is to have an easy way to show the categories of time I spend on a daily basis.
I have created a simple table that calculates the hours I spend on a task. In the final column, I have pop-up menu type cells that allow me to chose a category to assign to that row.
How can I create a Categories Summary Table and subsequently a linked Pie Chart that will allow me to see each category's time?
I saw this thread: Re: Creating a pie chart based on Pop-up Menu in Numbers but it does not seem to work for me.
Here's what I have so far:
FYI, the formula I am using to deduce hours in column D is: IF(OR(ISBLANK(B2),ISBLANK(C2)),DURATION(0), C2−B2)
Any help would be MUCH appreciated. THANKS IN ADVANCE!!!!