Hello, I hope I've found the right place to post this.
If not—if someone could kindly point me in the right direction, thanks!
I'm trying to figure out how to use a query URL in one sheet to point to another.
So far, I've got this working:
But when I try to do this:
My query is SELECT * WHERE D like '%/%', but it's not pulling up anything like it should.
To explain what the query is looking at, it's a database of cards and stats. Column C is the card name, D is how many are in circulation. It's either currently unknown like "?/5000" or in progress of selling out "1234/5000" or sold out "5000" and Column E will have an asterisk if that card is sold out.
If a card has an asterisk AND has an in-progress type number, then it's considered to have sold out early (hence the short URL, above).
What I'm looking for is a URL like this:
...but that actually works, haha.