I've had to output that data into other cells and then use the formula - concatenate function to bring those together. For example, say I want a two column table. Column A has variable description and column B as mean and standard deviation in parenthesis. I would send mean to Column c and Standard deviation to column d. Then I would use something like :
putexcel B2 = formula(=CONCATENATE(C2, "(" ,D2, ")")
↧
Re: Creating Excel tables with putexcel, part 2: Macro, picture, matrix, and formula expressions
↧