Schedule Tab - dates

I’m trying to create a schedule tab like this

currently this is based on a google sheet with 2 columns

| Offset | Date |
| --- | --- |
| 0 | Today()         |
| 1 | B3 + offset     |
| 2 | B3 + offset     |
| 9 | B3 + offset     |

All i want is to show the number of orders we need to process in the coming up 15 days
Is this the best way to do it? can this be done with Glide without GS and how would I then automatically update the first date to today and then the ones below it to today + 1 +2 etc…

does anyone have other ideas or designs for nice schedule tabs

You can do this in Glide. Here is how…

4 Likes