# Google Sheet does not match data view in Glide

**URL:** https://community.glideapps.com/t/google-sheet-does-not-match-data-view-in-glide/1903
**Category:** Report a Bug
**Created:** [November 12, 2019, 6:24am UTC](https://community.glideapps.com/t/google-sheet-does-not-match-data-view-in-glide/1903 "2019-11-12T06:24:32Z")
**Posts on this page:** 1
**Showing post:** 20

<div class="post-metadata">

### Author: ![apertur.co](https://avatars.discourse-cdn.com/v4/letter/a/d9b06d/32.png) [@apertur.co](https://community.glideapps.com/u/apertur.co)
#### Post date: [November 25, 2019, 5:06am UTC](https://community.glideapps.com/t/google-sheet-does-not-match-data-view-in-glide/1903/20 "2019-11-25T05:06:45Z")

</div>

The logo is just an image with a lot of empty space on the left. It functions as a button to take the user to an “About” screen.

“CHALLENGE PERIOD” is just a Glide Basic Text component.

I fiddled around to determine the color and size of the header font (`color: #666666; font-weight: 400; font-size: 0.857em;`) so I could mimic it in the table.

The table itself was a lot of trial and error in Markdown. Here’s the formula in the cell:

```
="<span style='color: #666666; font-weight: 400; font-size: 0.857em;'>PROGRESS</span>
| Rank & name &nbsp; | &nbsp; To date &nbsp; | &nbsp; Week 3 (#) &nbsp; | &nbsp; Last &nbsp; |
| :--- | :---: | :---: | :---: |
| 1. Victor | 7% | 1 | Today |
| 2. Andrew | 0% | 0 | na |
| 3. apertur.co | 0% | 0 | na |
| 4. Claudia | 0% | 0 | na |
| 5. Ernesto | 0% | 0 | na |
| 6. Guusje | 0% | 0 | 1 d |
| 7. Laura | 0% | 0 | 1 d |
| 8. Lexi | 0% | 0 | na |"

```

This is built up from the first two rows + CONCATENATE of the column containing the per-user data. It’s all dynamic, based on the names or users and their posts.

We’ve been warned that Glide may not support HTML formatting (the first line beginning with `"<span style=...`) in the future. I try to use it sparingly and just stick to Markdown. There are a lot of online tutorials.

---

_[View the full topic](https://community.glideapps.com/t/google-sheet-does-not-match-data-view-in-glide/1903)._
