How do I insert an image as background in google sheets

Viewed 11775

I wanna insert an image as a background in google sheets. In Excel, it is so easy but Google sheets I didn't find any option, please help.

1 Answers

you have 3 options how to insert an image:

  • with IMAGE() formula
  • or with the UI like:

enter image description here

after that, you can make it as background only if you overlay it with Drawing:

enter image description here

which is not really a classical "image set as background" but that's the current limitation of google sheets

Related