Google Sheets Sorting Automation
Solved
el
-
eloklm75 Posted messages 1 Status Membre -
eloklm75 Posted messages 1 Status Membre -
Hello,
I am trying to create an automatic sort of values in ascending or descending order on Google Sheets but I can't manage it, except manually using the classic sort A-Z.
For example, in column B from B3:13, I enter random values and I would like them to be automatically sorted in ascending/descending order once these values are entered.
How can I do this, please?
Thank you in advance for your reply.
I am trying to create an automatic sort of values in ascending or descending order on Google Sheets but I can't manage it, except manually using the classic sort A-Z.
For example, in column B from B3:13, I enter random values and I would like them to be automatically sorted in ascending/descending order once these values are entered.
How can I do this, please?
Thank you in advance for your reply.
2 réponses
Hello
See below
https://www.extendoffice.com/documents/excel/5170-google-sheets-automatically-sort-alphabetically.html
Best regards
See below
https://www.extendoffice.com/documents/excel/5170-google-sheets-automatically-sort-alphabetically.html
Best regards
Thank you for your response, it works, but to go further, how can I make it so that it is in the same column? Let me explain, the values are sorted but in an adjacent column; I would like them to be sorted in the original column please.
Thank you in advance for your response.
I have a third column that is the difference of E-D and it is this third column that I would like to be directly sorted in ascending order
I tried =sort(E18-D18, 1, true) but it didn't work