Home > Software engineering >  Changing text over image
Changing text over image

Time:03-08

So the basic idea is to have a picture in Google sheet and have Text on top of it that would change based on variables in the sheet

Example: the time ontop of the picture is changing with the cell

So my question is:
Is there a way to do something like this using either cells somehow showing on top of the picture, Or have a drawingwith a text box that you can use logic with so that it can change the value accordingly?

CodePudding user response:

Unfortunately, I think that your goal cannot be directly achieved using the existing methods of Spreadsheet services. So, as a workaround, in your situation, how about using enter image description here

Note:

  • This script is a simple sample script for explaining this workaround. So please modify this for your actual situation.
  • When you want to run the script using the trigger, please use the installable trigger.

References:

  • Related