Hello!
I am trying to figure out how I can autofill a column in a RAID Log sheet based on the project name entered in a cell in the Project Plan sheet.
What I tried:
First, in the RIAD Log I added a "Project Name Helper" column and linked it to the cell that has the project name in the Project Plan sheet. I then added a second column, "Project Name", and tried =[Project Plan Helper]$1. I then tried to convert it to a column formula, but received a pop-up that my syntax isn't right.
I then tried =IF([Project Plan Helper]1 <> " ", [Project Plan Helper]1, " "). Received the same syntax error when I tried to convert to a column formula.
I tried adding $ to the column name and row number, but that made no difference.
The reason I only want it to fill in the Project Name column when new rows are added is because we have an Auto Number column, so I don't want to mess anything up by prefilling in the column. Also, the number of RAID Log items will vary from project to project, so I don't want to have to be checking everyone's sheets to make sure the Project Name column is being filled out.