jbarrick007
New Member
- Joined
- Jul 9, 2020
- Messages
- 36
- Office Version
- 365
- Platform
- Windows
OK I hate when I know something can be done but I cant figure out how. Im not even sure what keywords to search the forums for to find something similar I can try building off of.
I have a worksheet that outlines a project workflow. Each Phase, Milestone, and Task is numbered. I want to be able to textjoin all tasks for each milestone.
So to get my goal I currently I am using =TEXTJOIN(CHAR(10), TRUE,(H2:I10)) and manually selecting the cell range.
I would like to have a formula that would textjoin based off the workflow task #. While I would still have to create each formula to search for any task numbers such as 1.03.xx, I wouldn't have to worry about correcting the cell range anytime we adjust the number of tasks with each milestone. My file in all has 400 lines consisting of 7 phases with upwards of 16 milestones. Each milestone may have 1-17 tasks.
This may be easier with VBA, but I have limited experience with VBA, and thus try to stay with formulas which I better understand. But one day I need to start learning VBA.
Any suggestions are greatly appreciated.
I have a worksheet that outlines a project workflow. Each Phase, Milestone, and Task is numbered. I want to be able to textjoin all tasks for each milestone.
So to get my goal I currently I am using =TEXTJOIN(CHAR(10), TRUE,(H2:I10)) and manually selecting the cell range.
I would like to have a formula that would textjoin based off the workflow task #. While I would still have to create each formula to search for any task numbers such as 1.03.xx, I wouldn't have to worry about correcting the cell range anytime we adjust the number of tasks with each milestone. My file in all has 400 lines consisting of 7 phases with upwards of 16 milestones. Each milestone may have 1-17 tasks.
This may be easier with VBA, but I have limited experience with VBA, and thus try to stay with formulas which I better understand. But one day I need to start learning VBA.
Any suggestions are greatly appreciated.
A | B | C | D | E | F | G | H | I | J |
Workflow # | Task # | PWA # | Duration | Start | Finish | Phase Name | Milestone Name | Key Milestone Tasks | Goal |
1.03 | 1.03.00 | 1.2 | 8 wks | 5/26/20 | 7/18/20 | »Planning | | ESTABLISH PROJECT NEEDS | | ESTABLISH PROJECT NEEDS • Gather Property data and add to Proposal plan • Prepare assumptions, questions, and materials for clients. • Discuss assumptions with Property Managers • Schedule an Investigation Meeting • Prepare for and hold meeting • Gather client remarks • Update draft DR-24 and POR package as needed • Send a Meeting Follow-up Letter | |
1.03.01 | x | x | x | • Gather Property data and add to Proposal plan | |||||
1.03.02 | x | x | x | • Prepare assumptions, questions, and materials for clients. | |||||
1.03.03 | x | x | x | • Discuss assumptions with Property Managers | |||||
1.03.04 | x | x | x | • Schedule an Investigation Meeting | |||||
1.03.05 | x | x | x | • Prepare for and hold meeting | |||||
1.03.06 | x | x | x | • Gather client remarks | |||||
1.03.07 | x | x | x | • Update draft DR-24 and POR package as needed | |||||
1.03.08 | x | x | x | • Send a Meeting Follow-up Letter | |||||
1.04 | 1.04.00 | 1.3 | x | x | x | | POR ADOPTION | | POR ADOPTION • Property MGMT approves POR concept | ||
1.04.01 | x | x | x | • Property MGMT approves POR concept | |||||
2 | 2.00.00 | x | x | x | »Design | ||||
2.01 | 2.01.00 | 1.4 | x | x | x | | CREATE PROJECT BUDGET | | CREATE PROJECT BUDGET • ESTIMATOR Prepares Budget • CNST Team finalizes Budget • Property MGMT approves Budget | ||
2.01.01 | x | x | x | • ESTIMATOR Prepares Budget | |||||
2.01.02 | x | x | x | • CNST Team finalizes Budget | |||||
2.01.03 | x | x | x | • Property MGMT approves Budget |