I have a some projects on a sheet that all follow the same template. The ProjName column has the project name (duh) and is the only value in that column for each project.
ProjName - Task - Date - Comment
project 1 - - - -
- First task - 1/2/2021 - comment1
- second Task - 2/1/2021 - comment2
project 3
- First task - 1/2/2021 - comment1
- second Task - 2/1/2021 - comment2
Project 3
... and so on ...
On another page I want to grab the project names and add them in a different column without the blank cells between them that hold the values for the taska and other stuff so that I end up with a sheet that looks like this:
project 1
project 2
Project 3
Ho can I get the contents of the column, strip away the nulls, and then add them to the colume as shown above?