Sorting 3rd columne of a Google Spreadsheet
-
Hi there
I tried to sort a Google Spreadsheet by columne C ascending. Checked Google, FAQ and Forum but didn’t find the correct answer… ??The User story is like:
As a visitor
I want to see a list of registered persons sorted by name ascending,
so I know if my colleague has already registered.The shortcode I used is as follows:
[gdoc key=”https://docs.google.com/spreadsheets/d/1NfBRyfCipo9g-GNvztqhL1XVZribYBpfJg5q2OV40BY/edit?usp=sharing” query=”select C, D” datatables_page_length=”1000″ datatables_order=’%5B%5B 2, “asc” %5D%5D’]I only want to display columne C and D (query=”select C, D”), no pagination as I expect less than 1000 participants (datatables_page_length=”1000″) and sorting ascending by Name = columne C (datatables_order=’%5B%5B 2, “asc” %5D%5D’)
But sorting doesn’t work… What’s the fish? How to solve this?Thanks for every helpful answer in advance…
Cheers
WolkenpsrungThe page I need help with: [log in to see the link]
- The topic ‘Sorting 3rd columne of a Google Spreadsheet’ is closed to new replies.