Forum Discussion
sort column descending - but not alphabetically
Is the data in the left column already in reverse order or is this the unsorted data? And can you share the rule for the text you want to add in the adjacent cell? Perhaps you give an example of the text that you copy from a table and of the data in reverse order.
- chealy79Apr 19, 2023Copper Contributor
OliverScheurich Currently I am viewing the data on the web list, and then manually entering my data list in column C. I then enter column d to update my action. What I would like to do is copy the weblist into a Column, and then sort it with excel into reverse order. So the bottom of my web list, is the top of my todo list.
- OliverScheurichApr 19, 2023Gold Contributor
=INDEX(A:A,COUNTA(A3:$A$1048575)+2)An alternative could be this formula in cell C3 which you can fill down. The already suggested formula along with a helper column returns the same result in my sheet.