Track input on daily basis

E. Jones

Board Regular
Joined
Oct 21, 2012
Messages
59
Hello all, here is my dilemma:

I have a spreadsheet that lists a number of items that need to be completed by the end of a given week, and the list can range from 100-140 from week to week. I already have working formulas that track the total tasks for the week, how many completed, how many are left to do of each tasks, and the total amount left, the average number needed to complete on a given day to complete the list by the end of the week, and so on.

When a task is completed, I simply put an "X" next to it, and all the calculations are made, including CF that highlight the row as being complete.

What I can't figure out though, is how to track how many tasks I've completed on a given day. For example: I have 100 tasks to do for the week, and on Monday I completed 25 of them, leaving me 75 for the rest of the week. On Tuesday, I completed 10, which now leaves 65 left. What I want is to be able to show a running count for tasks completed on each day, without affecting the tasks that were completed on previous days. Hope that makes sense.

So, Monday would show 25, Tuesday would show 10, and as I complete the tasks on Wednesday, it will sum how many times "X" has been placed in column A on Wednesday only, then the same for Thursday, etc.

I have listed a very abbreviated list below to try to help illustrate what I mean.

As usual, any and all help is much appreciated!

AB
C​
1COMPLETE?TASKDUE BY
2Install new cabinetsTue
3XPaint the wallsWed
4Lay the carpetWed
5XClean garageThu
6XFix plumbingFri
7Paint the wallsFri

<tbody>
</tbody>

I want to be able to track how many task's I completed on a given day, the actual task completed is unimportant, as the task will appear in column B multiple times.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Meaning exactly what? I understand that countifs will count if certain criteria are met, but how would the countifs determine that the "X" was input today and not two days ago? Please explain.
 
Upvote 0
It would be easier if your days were recorded as dates instead of text names (you can format them as such if desired). Then include a less than/between condition in the formula or pivot table field.


If the day names only apply to the current week, you can leave them and just include as another condition.
 
Last edited:
Upvote 0
In my actual spreadsheet, column C is listed by dates, so for last week, they were 1/15/18, 1/16/18, and so on, with about 20 items being due on 1/15/18, another 26 due on 1/16/18, and so forth. I sometimes complete the tasks before the due date, for example, something isn't due until Thursday, but it is finished on Tuesday. This seemed like a simple add to the spreadsheet, but unfortunately, I haven't been able to figure it out.

I appreciate the help thus far though.
 
Upvote 0
So in column C are the due dates, is there a column with completion dates?
 
Last edited:
Upvote 0
Task "A"Task "B"Task "C"Total
assigned345236122
completed17113563
left1741159

<tbody>
</tbody>

1/151/161/171/181/19total
assigned for completion by2528123027122
completed2528001063
left0012301759

<tbody>
</tbody>

So what I need, is to track how many I completed on 1/15, how many on 1/16, etc. I already know the total amoumt completed, and the total amount of each task. I need to know if say on Thursday, I can look back and see that I finished "X" number on any previous day, because, even though all task for 1/16 are completed in this example, 5 of them may have been completed on 1/15, for a total completion of 30 on 1/15, and 22 completed on 1/16.

Assuming today is Wednesday 1/17, I have so far not completed anything, but by the end of the day, I will have completed everything left for 1/17, and 10 that are due for 1/18, for a total complete on 1/17 of 22.

Hope that makes sense.
 
Upvote 0
If you record your data in a normal format you can then insert two pivot tables:


Excel 2010
ABCDEFGHIJKLM
1TaskDateStatusCount
2B1/3/2018Assigned1
3A1/3/2018Assigned1Sum of CountColumn Labels
4C1/3/2018Assigned1Row LabelsABCDEFGrand Total
5B1/6/2018Assigned1Assigned33313114
6B1/6/2018Assigned1Completed-3-1-1-1-3-1-10
7F1/6/2018Assigned1Grand Total0220004
8A1/6/2018Completed-1
9A1/17/2018Assigned1
10D1/17/2018Assigned1Sum of CountColumn Labels
11D1/17/2018Completed-1Row Labels1/3/20181/6/20181/17/20181/18/20181/22/2018Grand Total
12C1/17/2018Completed-1Assigned334414
13E1/17/2018Assigned1Completed-1-3-3-3-10
14C1/17/2018Assigned1Grand Total3211-34
15E1/17/2018Completed-1
16B1/18/2018Completed-1
17E1/18/2018Assigned1
18A1/18/2018Completed-1
19A1/18/2018Assigned1
20C1/18/2018Assigned1
21E1/18/2018Completed-1
22E1/18/2018Assigned1
23E1/22/2018Completed-1
24A1/22/2018Completed-1
25F1/22/2018Completed-1
Sheet18
Cell Formulas
RangeFormula
D2=IF(C2="Assigned",1,-1)
 
Upvote 0
If you record your data in a normal format you can then insert two pivot tables:


The data is in a normal format. I appreciate the time you took to assist me in this manner, however, the solution presented does not work for me. I thought I was clear on what I needed, but maybe not. I needed a way to show at a glance, how much was completed on a given date, and a rolling count throughout the day for how much has been completed.

I have a solution that is quite simple: Rather than placing an "X" in the completed column, place a "M" for Monday, "T" for Tuesday, "W" for Wednesday, "H" for Thursday, and "F" for Friday, then use a countif statement to count the number of occurrences per letter, which would of course solve the problem very easily. I was just hoping that someone might have been able to come up with a different solution.

Thank you again for the help.
 
Upvote 0
That's a good solution too. Keeping the Xs is possible if you write a countifs instead of countif (assuming the actual data contains dates and not Mon Tue Wed etc).

The pivot table method I proposed will work, and you can quickly enter the dates with ctrl-; and status/task with a data validation drop down menu or autocomplete. Remember it for future projects if you don't feel like changing this one too much now.
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,591
Members
449,089
Latest member
Motoracer88

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