# Displaying Image from within Google Sheets

**URL:** https://community.glideapps.com/t/displaying-image-from-within-google-sheets/56661
**Category:** Ask for Help
**Created:** [January 13, 2023, 3:21pm UTC](https://community.glideapps.com/t/displaying-image-from-within-google-sheets/56661 "2023-01-13T15:21:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Chris\_Heck](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/chris_heck/32/453_2.png) [@Chris\_Heck](https://community.glideapps.com/u/Chris_Heck)
#### Post date: [January 13, 2023, 3:21pm UTC](https://community.glideapps.com/t/displaying-image-from-within-google-sheets/56661/1 "2023-01-13T15:21:26Z")

</div>

Is there anyway if you have a image that is within google sheets you can display it on the glide page/app ? i have a image that changes based on a cell value and i need it to be displayed in glide

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 13, 2023, 3:36pm UTC](https://community.glideapps.com/t/displaying-image-from-within-google-sheets/56661/2 "2023-01-13T15:36:35Z")

</div>

Only if it’s a URL that links to a location that’s public.

You’d be much better off adding your images directly to Glide, and then use data editor logic to switch images.

---

<div class="post-metadata">

### Author: ![Chris\_Heck](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/chris_heck/32/453_2.png) [@Chris\_Heck](https://community.glideapps.com/u/Chris_Heck)
#### Post date: [January 13, 2023, 4:33pm UTC](https://community.glideapps.com/t/displaying-image-from-within-google-sheets/56661/3 "2023-01-13T16:33:09Z")

</div>

Ok well what I’m doing is displaying a image of a campground layout and if the spot it taken it would be red on that spot and green if it is a Available I don’t know if I will be able to do that within glide … it’s a big image with 70 differnt spots that can change color based on availability

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 13, 2023, 4:47pm UTC](https://community.glideapps.com/t/displaying-image-from-within-google-sheets/56661/4 "2023-01-13T16:47:26Z")

</div>

I’m curious how this image works. Is it one image that shows all the spots at once? I’m assuming with 70 spots, the possible combinations are massive. I’d just like to learn more about how the image is formed.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 13, 2023, 5:04pm UTC](https://community.glideapps.com/t/displaying-image-from-within-google-sheets/56661/5 "2023-01-13T17:04:09Z")

</div>

hmm, this sounds like a job for Cloudinary.

And actually, it wouldn’t be that difficult. You’d just need to map out all the campsite XY coordinates on the image, store those in the locations table, use an if-then-else column to select the appropriate coloured dot, and then build a dynamic URL with a combination of template + joined list.

@Chris_Heck - if you’re interested in exploring this option, let me know. I’ve done something very similar to this in the past. The advantage of this sort of approach is that the image you display in Glide will be fully dynamic and will update almost instantly. (You could even apply dynamic filtering to the image - eg. “Show me only available spots”, or “Show me available spots with a rating of 4 or better”, etc…)
