T O P I C R E V I E W |
Xaime94 |
Posted - 05/23/2018 : 3:43:26 PM Hi, I have a set of (x,y) data points and I would like to sort X by ascedning/descending values and to sort this data such that each data point(x,y) corresponds to the one (x,y)point before sorting X
For example: Data points (x,y) are: x = 20, y = 50 x = 5, y= 10 x = 15, y=14
and I want to sort them like so:
x = 5, y= 10 x = 15, y=14 x = 20, y = 50
Many thanks |
2 L A T E S T R E P L I E S (Newest First) |
Xaime94 |
Posted - 05/23/2018 : 5:28:02 PM Dear arstern,
It works, thank you |
arstern |
Posted - 05/23/2018 : 3:51:00 PM Hi,
Select your X column and select Worksheet -> Select Sort Worksheet -> Select Ascending or Descending. The Y values will re-organize to correspond with the Ascending or Descending X values.
Aviel OriginLab |
|
|