I’m very new and basic to web design/code stuff. All I can really do is basic html, not even CSS or Javascipt. Problem tutorials I have read are also very confusing. So I’m hoping someone can help:
In essence here what I am trying to do is: I want my website to always show the value (no formatting or anything, just the raw value) of cell A1 in my google sheet. For example:
In google sheet I type in A1 “Hello123” and somehow link it to my website so it auto references that cell. That way if I change Hello123 in cell A1 to “Hello456” Then website will also now say “Hello456”
What html/java code/tutorial would allow me to do this?