Hi again,
quick question, is your 3rd line in the result table correct? I think you want the Baseline to be unchanged, but the last entry of Var2Baseline is different.
Now for the solution, do you remember what I initially had in mind for your previous question? I think you’ll need the “Group Column Loop Mechanism” here. Link:
Since it’s late, I’ll just describe how it would be done. I can do a workflow tomorrow.
- Extract Column Names, exclude non-baseline columns, string manipulation to get the Filter-Needle
- Table Row to Variable Loop Start with the table containing the filter needles
- Column Filter. Haystack is the original table. Enable RegEx/Wildcards
- Math Formula (Multi Column): include all non-baseline columns and do “CurrentCol - Baseline” via RegEx (is that possible? not sure); don’t forget to replace the columns, don’t append (keeps the names)
- Column Append Loop End
- rename the non-baseline columns to get the proper names
- Column Resorter
Sweet Dreams, T
edit: is “Column Group Loop” actually the correct name? not a native english speaker …