Forum Discussion
BrianNeil3377
Feb 24, 2022Brass Contributor
Copying multiple tasks in P4W
I know how to copy full projects, but is there anyway to copy multiple tasks from one project to another?
- Aug 08, 2024
Have the data been imported/copied from a source outside Excel? The blank-looking cells are not really blank.
One workaround is to use
=COUNTIF(Table3_1[@[Text Between Delimiters.5]:[Text Between Delimiters.11]], "> ")
Another is to select the entire table except for the last column, then activate the Visual Basic Editor (Alt+F11), activate the Immediate window (Ctrl+G), type
Selection.Value = Selection.Value
and press Enter. The COUNTA formula will then work correctly.
BrianNeil3377
Feb 24, 2022Brass Contributor
Never mind, I just realized if I place all the tasks as subtasks, I can then copy the parent task and paste over the subs