I want to create a formula with a fixed date at the top of the sheet. There are subtasks with actions that must be completed a specific number of days before this event. Each row of tasks corresponds to a different timeline.
Currently, my formula is =[Date of Event]@row - [Days Before Event]@row. However, this necessitates dragging down the Date of Event for all 251 rows, which is not practical for a template designed to accommodate various events. Using the @row will not work since I am only referencing "Task6"
I tried =Task6 and tried to right click to convert to a column formula to pull the date into the entire column. It would return an error since an absolute value is not allowed for column formulas.
Does anyone have any ideas on how to have the "TASK6" pull into the entire column "DATE OF EVENT"?