talkinggoat
New Member
- Joined
- Feb 1, 2022
- Messages
- 36
- Office Version
- 365
- Platform
- Windows
This is probably something that's come up before, but I can't quite get google to understand what I am asking.
I am trying to modify/understand one of these pre-made Excel templates with a Gantt chart to overlay formatting onto cells. It's not the actual chart widget.
It has a conditional formatting rule that refers to task_start and task_stop, etc.
There is an entry in the name manager for task_start, task_stop, etc, but the "refers to" changes, depending on which cell is selected, at the time, on the sheet, itself.
On the sheet, itself, task_start does not show up in the name, at the top-left, although it's one of the options, in the drop-down. Where I'd expect task_start to be, it just shows the cell's normal value.
My question is, how does the formula in conditional formatting know what task_start and task_stop are, if its formula doesn't specifically reference a cell and it's not in the cell's name, at the top, left?
The formula is =and(task_end>=i$5, task_start<j$5)
Follow up is, then, how does task_start know to apply to each cell in the column, individually?
I am trying to modify/understand one of these pre-made Excel templates with a Gantt chart to overlay formatting onto cells. It's not the actual chart widget.
It has a conditional formatting rule that refers to task_start and task_stop, etc.
There is an entry in the name manager for task_start, task_stop, etc, but the "refers to" changes, depending on which cell is selected, at the time, on the sheet, itself.
On the sheet, itself, task_start does not show up in the name, at the top-left, although it's one of the options, in the drop-down. Where I'd expect task_start to be, it just shows the cell's normal value.
My question is, how does the formula in conditional formatting know what task_start and task_stop are, if its formula doesn't specifically reference a cell and it's not in the cell's name, at the top, left?
The formula is =and(task_end>=i$5, task_start<j$5)
Follow up is, then, how does task_start know to apply to each cell in the column, individually?