Keep track of an action plan daily

user520

New Member
Joined
Dec 13, 2017
Messages
3
Hello everyone,

I'm new to VBA excel and am learning a lot today by reading threads on this forum.

I tried a few codes but none gives exactly what I wish to achieve .. So I hope that you could kindly guide me here :grin:

I have an action plan on Sheet 1 and would like to track changes daily on Sheet 2.

Action plan example
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]What[/TD]
[TD]Why[/TD]
[TD]How[/TD]
[TD]Done[/TD]
[TD]Ongoing[/TD]
[/TR]
[TR]
[TD]05/12/2017[/TD]
[TD]Clean the washing machine[/TD]
[TD]Project B[/TD]
[TD]Stop cycle[/TD]
[TD]6/12/2017[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]06/12/2017[/TD]
[TD]Maintenance LF[/TD]
[TD]LF failure[/TD]
[TD][/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

This action plan is renewed daily and I would like to keep track of a sum of actions EACH DAY on Sheet 2 which are :

1. Done
2. Ongoing
3. Newly added


Here's an example of tracking table in Sheet 2

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Done[/TD]
[TD]Ongoing[/TD]
[TD]New[/TD]
[/TR]
[TR]
[TD]11/12/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12/12/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13/12/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]



Thank you in advance for your reply.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Seems like a simple pivot table would give you what you're looking for. Have you tried that yet?
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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