T
T
TemaKam2020-11-30 11:12:41
excel
TemaKam, 2020-11-30 11:12:41

How to sort the whole table?

Table
dgp65PU.jpg

You need to sort it in ascending order.
Built-in functions sort rows / columns separately, but you need the whole array

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
datka, 2020-11-30
@TemaKam

Alas, the usual variety will not work here. It is possible to try through Macros/VBA.
You can do this:
1) push everything into one column
2) Sort it
3) Manually cut from 39 to 79 and paste it next to the column. Repeat ~8 more times.
If you need to automate it. you need to do it once with handles and write it down ( Record Macros ) and then edit the macro so that there is no rigid binding to the cells. Here you need to use something likeSelection.End(xlDown).Select

P
Pychev Anatoly, 2020-11-30
@pton

"Data" menu - "Sort" command.
Sort by different columns, criteria, with different nesting

G
galaxy, 2020-11-30
@galaxy

Ascending what?

A
Adamos, 2020-11-30
@Adamos

Do you have equal columns?
Well, make another one, output the maximum of the entire line into it with a formula and sort by it ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question