I just startet origin so forgive me if this has an obvious solution
I have a worksheet with XY-data in seperate columns. I want to get data from the column containing the Y values into anther coloumn for certain values in the coloum containing the X values.
Example: i want y values for x values 2 and 3 into column "C"
X Y C 1 10 2 12 12 3 14 14 4 16
i will need to able to specify new x-range every time.