Greetings -
Goal: yield the parent value from a pivot table in an adjacent helper column via 'column formula' (some rows are removed / some are added which would require filling the formula down through the the added range manually if I continue to use a cell-based formula).
Current: cell-based formula. Row 1 = Category1. Row 2 and all rows thereafter = =IF(ISNUMBER(Category@row), Category@row, [Job Number]1)
Purpose of the helper column: as data is filtered, the parent row may disappear. The helper column will show the parent data regardless of the filter applied.
Thanks for any feedback/suggestions!!