I'm trying to reference a cell in another row and then have the ability to copy that down a column so everything is showing the same result.
I have a sheet with study data (lets say 20-40 rows of data with a single row I'm using as a header row with the project/study name) and I copy/paste these sections over and over as new studies are added and each is updated accordingly.
I have a column I am using in an export to excel for pivot chart that I need the study name from the header row copied
I know I can use:
=$[Task / Activity]$row
however I would like to use =$[Task / Activity]$row-1 to reference the cell in the row above as this would be much easier to copy/paste without having to change the row # reference in each formula
Not sure if this is doable or not.
Any insight is appreciated!