creating chart based on data

keinz

New Member
Joined
Dec 2, 2015
Messages
44
hey everyone

im creating a simple task list that is seperated by days (Sunday through Saturday)

3 different task split between 3 different people

beside the task there is a drop down menu for whoever is assigning tasks for the week - however though my question or problem im having is that im trying to do a chart that shows in a weeks time how often is "Person A" doing task 1, task 2, task 3

but i get an issue to make the chart since i cant get the adequate data first..

im trying to do a countif(A2,A12,A22,B2,B12,B22,C2,C12,C22,"Person A") it comes back as too many arguments for this function

any inputs?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Note that depending on your country you will use either “;” or “,” as a separator.


=SUM(COUNTIF(INDIRECT({"b1:b10";"c5:c15";"d7:d17"}),"Person A"))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,504
Messages
6,114,016
Members
448,543
Latest member
MartinLarkin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top