How to make a formula that can take in a variable number of input columns?
Hey everyone,
I have a script I made to center a data column by a grouping column:
Right now it only respects one centered by column but I'd like to be able to put in multiple columns. Any guidance on how to make the formula more dynamic? Currently I just use this to start a new column then go in and manually add the addition columns to center by.
Names Default To Here( 1 );
dt = current data...