How to create a project tracker with 2 worksheets that tie together

josephdepasq

New Member
Joined
Jun 12, 2023
Messages
5
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
I am trying to create a project tracker in Excel. I would like this to have 2 parts and I don't know the best way to tie them together. The first part is an excel sheet that would contain the project information in fields such as client, ID#, location, project dates etc. These fields would be static.

StatusProject descriptionFPID #Project #ClientEngineerUCLet dateCert dateSpec dateProd date


The second part tracks communication back and forth between the client. This would allow us to fill in fields when the project is first created (plans date) and then track when we send out items (sent date) and when we receive responses (received date) . We communicate with these clients generally 3-6 times over the course of the project which can last over a year.





Plans datedSent dateDue dateReceivedItem receivedlog updatedComments
Scope 10/31/2211/31/22
Initial 10/31/2211/31/2212/01/22
30% 10/31/202212/21/2024
60%
90%N/A
100%


Is there a way to make a workbook that contains an excel sheet for the first worksheet which then connects to a second worksheet which contains the tracker worksheet?

Ideally when I add a new project to the first worksheet it would generate the second.



I am open to other ways of managing this.

Any input is appreciated
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
I would likely have the first sheet list all of your projects with the details you have identified. When a new project is added, a new sheet is created with the project number as the tab name. Then you can hyperlink from your main sheet to any project very easily.

For automatically adding a new sheet, a bit of VB would go a long way, as long as macros aren't disabled in your organization. I would have the base sheet created and hidden...then when you need a new sheet added, just make a copy of that one and rename it accordingly.

Try this: https://1drv.ms/x/s!AvvvWgHlNEgNp95uRhKLwypDb6tWdA
 
Upvote 0
I guess I should have explained a bit more about that sheet. As you're filling out the project info, when you enter the project number, a cell will populate at the end of that row. When you select that cell, the new tab will be created for you.
 
Upvote 0
Solution
Thank you, I think this may work very well I appreciate the second comment as I didn't see how the new tab populated, very handy. I guess the only downside is that there will be multiple sheets, we generally run about 30-40 open projects but since the project page works as the index I think it will be fine. Is there anyway to use a name or letters within the project number cell. Rare occasions they are alpha-numeric and I notice it doesn't handle letters on the project index sheet although it does generate it on the tracker sheet. Thanks again!
 
Upvote 0
There should be no restriction to using alpha characters. Looks like I was missing a couple of quotes in the formula. Download a fresh copy and try it again. You can also remove the "PR" in front of the project name if need be.
 
Upvote 0
Just tried and now it's not generating the second tab looks like the formula didn't save?
 
Upvote 0
Hi Joseph. Please close excel and reopen the file from the link I sent today. I confirmed that it is working on my end.
 
Upvote 0
It's important to note that the max character length for a tab name is 30 characters.
 
Upvote 0
It's important to note that the max character length for a tab name is 30 characters.
I have spent time formatting this workbook using the project you sent. After formatting I am unable to get the macro to function and despite searching for how to do this I am unable to code it on my own. I understand how the hyperlink works but I do not understand the macro to generate a new worksheet from typing the project name in the project cell. I am trying to get a better understanding but but it is definitely confusing. Is there a way I can link you to the formatted workbook or another way to get the macro working. Thank you again for all your help
 
Upvote 0

Forum statistics

Threads
1,215,096
Messages
6,123,074
Members
449,094
Latest member
mystic19

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