In the example below, I have a column named "Task Name" which contains "Version 1.0" and a column named "prefix" which contains "1.0"
In the row Task A, I want to pull in the value "1.0". I was hoping to reference it by using =PARENT()
Can someone show me how to do that?
I have had no luck. =PARENT() provides a reference, but I was expecting to be able to do =PARENT([prefix]) which should just look up the hierarchy, find the parent row, and pull in the value for the prefix column from that row.
Version 1.0 1.0
- Task A (calculated value, should output 1.0)
- Task B (calculated value, should output 1.0)
Version 2.0 2.0
- Task A (calculated value, should output 2.0)
- Task B (calculated value, should output 2.0)