I was running into some issues with running a live copy column on a new sheet I made, that would continually updates itself with data from a reference master sheet's column.
I started off trying to use the cell link feature; however, it appears that this wouldn't add on any new rows that were added to the master sheet after the cell link was originally initiated.
I have now tried using vlookup formulas to pull this data into the necessary rows on this column but I keep getting a "#unparseable" message when i try to run my formula.
I have included a copy of the reference sheet I am trying to use below and the formula I have been using:
=VLOOKUP([Project Phase]@row, {Small Project Tracking Range Phase}, 1, false)
Does anyone happen to know why this would be returning "#unparseable" error message?
Additionally does anyone know if this is the best method for creating a column that copies a live version of another column from a different sheet and that also automatically adds new rows to that column that are added onto the master sheet? Happy to look into alternative methods if there is a simpler way to accomplish this.
Thanks in advance for any assistance that can be provided!