Hello,
I have a dataset in which there are two columns with numbers in it.
For instance:
Column A Column B
12 25
34 17
67 80
Now, in each row, I want to have the smallest number in column A and the largest in column B, so that I get the following table:
Column A Column B
12 25
17 34
67 80
Is there any way to do this using a query?
Thank you so much in advance for all your help!!!
Kind regards, Daniëlle
I have a dataset in which there are two columns with numbers in it.
For instance:
Column A Column B
12 25
34 17
67 80
Now, in each row, I want to have the smallest number in column A and the largest in column B, so that I get the following table:
Column A Column B
12 25
17 34
67 80
Is there any way to do this using a query?
Thank you so much in advance for all your help!!!
Kind regards, Daniëlle