# How to invert the Google sheet row order into Glide

**URL:** https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691
**Category:** Ask for Help
**Created:** [June 5, 2021, 10:53pm UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691 "2021-06-05T22:53:25Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Guti\_Coop](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/guti_coop/32/27420_2.png) [@Guti\_Coop](https://community.glideapps.com/u/Guti_Coop)
#### Post date: [June 5, 2021, 10:53pm UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691/1 "2021-06-05T22:53:25Z")

</div>

Hi there,

I am creating a blog app but any time I add a new post, the post goes at the end of the list on the Glide app.

Is there a way to change the order so the latest post gets to published as the first one in the app? Something like sorts the list order from A to Z to Z to A.

Thanks in advance.

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [June 5, 2021, 11:29pm UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691/2 "2021-06-05T23:29:45Z")

</div>

Under options you could sort by _sheet order_ from Z\>A.

Or, if you have time stamps on your posts, sort by _date_ should work too.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [June 5, 2021, 11:53pm UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691/3 "2021-06-05T23:53:54Z")

</div>

open a new sheet and in A1 cel put this function:  
=sort(‘Sheet1’!1:1000,2,false)  
change ‘Sheet1’ to the name of sheet you are copying, and ‘2’ to the column number to sort sheet against, false or true to reverse sort.  
make sure you don’t have any functions in source sheet, otherwise start copying from second or third row.

---

<div class="post-metadata">

### Author: ![Guti\_Coop](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/guti_coop/32/27420_2.png) [@Guti\_Coop](https://community.glideapps.com/u/Guti_Coop)
#### Post date: [June 6, 2021, 12:51am UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691/4 "2021-06-06T00:51:41Z")

</div>

hi @Eric_Penn Under option on Google sheet?

---

<div class="post-metadata">

### Author: ![Guti\_Coop](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/guti_coop/32/27420_2.png) [@Guti\_Coop](https://community.glideapps.com/u/Guti_Coop)
#### Post date: [June 6, 2021, 12:58am UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691/5 "2021-06-06T00:58:02Z")

</div>

hi @Uzo I have my Title under A1, what do you recommend?

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [June 6, 2021, 12:59am UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691/6 "2021-06-06T00:59:12Z")

</div>

I said open a brand new google sheet

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [June 6, 2021, 12:59am UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691/7 "2021-06-06T00:59:26Z")

</div>

Select your inline list and then navigate to the top right.

![Screen Shot 2021-06-05 at 8.58.41 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/0/2032a6576f228ae10373b5965b02b12b10ab0f3e.png)

---

<div class="post-metadata">

### Author: ![Guti\_Coop](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/guti_coop/32/27420_2.png) [@Guti\_Coop](https://community.glideapps.com/u/Guti_Coop)
#### Post date: [June 6, 2021, 1:01am UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691/8 "2021-06-06T01:01:14Z")

</div>

Sweet! Thanks

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [June 6, 2021, 1:04am UTC](https://community.glideapps.com/t/how-to-invert-the-google-sheet-row-order-into-glide/27691/9 "2021-06-06T01:04:54Z")

</div>

If it will be done in glide by filter, actual sheet will not change, it will be only for displaying purposes
