Creating new columns with a For loop and giving each column its own name and formula
Hello everyone, I have a large data table with values and column headers test1,test2,test3,test4,...,test800. Some of these values are negative, and I would like to take all the columns I define in the list "Datalist_log_2" and create a new column called "test1_pos" with the absolute values. (For each test). Datalist_log_2 = {test1, test2, test5, test319};
wmax = N Items( Datalist_log_2 );
For (...
shahram
atlas100
abdul_saqib
dale_lehman