Gsheet Selected Cell

I'm pretty sure I've figured out how to figure out which cell you're in gSheets. I think this is useful, but I haven't fully wrapped my head around how, so...

  1. Is there a more efficient way to do it than the way I came up with?

{gsheetcell=extractregex({site: html}, "aria-label=\"([a-zA-Z]{1,3}\d{1,5})\">")}{=gsheetcell}

  1. Does it actually work for you too?

  2. What can I do with it now that I know the selected cell? I have some initial ideas, but I want to see what you come up with with a fresh slate.

3 Likes

Sounds interesting. I do a lot of work with Google Sheets. I'll have a play and see what I can come up with for ideas.

2 Likes