Task Tracker

msal727

New Member
Joined
Jun 13, 2019
Messages
7
Hello!!
Does anyone know how to make a sort of interactive task tracker? I have a tracker that has different tabs, one for each client. Each tab has deliverables for that client and the due date. I want the "Summary tab" (main tab) to show the items that are pending, in-progress, to-do, etc but with the corresponding due dates. Ideally I would like the due dates to show in order of priority (what's due next) and alert the user if something is past due. If a VBA code is required thats ok. Any advice or guidance would be highly appreciated! TIA!
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
If the format of each client's worksheet is standard and task status codes are also standard then VBA code could be developed to extract tasks that met any desired criteria.
I would suggest using a drop down box (Data | Data Validation), that references a named range for the list (=NamedRange)) to ensure that the codes are standard and other validation to ensure that dates are "real" dates not "mid-January" or another non-standard value.
 
Upvote 0

Forum statistics

Threads
1,214,822
Messages
6,121,772
Members
449,049
Latest member
greyangel23

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