Hi,
can I use a value in column name as an X value to fit Y by X?
I have 10 columns with multiple rows, and for all rows the X is the same (i.e. the value in the column name).
Thanks.
Hi,
this is a screenshot of a sample of data structure.
For each row, the Y values are given in cells, while the X values should be the value of the column name (0.5, 1, 2, 4, ...) . I would like to use these X values to do Fit Y by X analysis, and to also plot a scatter plot where each row is different colour.
Thanks.
Hi,
I just discovered a simple solution: if I simply transpose the final table, the first column is the value of the column labels, and other columns are value of rows. Then it is easy to do Fit Y by X and to plot a scatter plot.
All the best.