I am trying to use card view reporting and sheet function sorted by TASK CATEGORY single select drop-down column. Below are 2 screen grabs, 1 is TASK NAME, primary column, children rows collapsed.
The 2nd is with children rows expanded on 1 section and a simple fx I am using to copy the TASK NAME parent cell to the TASK CATEGORY single drop-down select column.
I feel like the way I am doing it is clunky and not the most efficient way. For example, if I add a row, I have to make sure I copy the fx into a new row, or if I move a row to s different section, I have to update the fx manually. The issue is, i have 25 project sheets so doing it this way does not scale. Does anyone know a better fx to use here? I was using =PARENT([TASK NAME]@row) but this doesn't work for single select drop-down columns and therefore doesn't work for card view sorting on reports. I need an fx that is a mix of the 2 simple fx i have tried. Please help, I'm a little lost in the sauce here.