scryfall / google-sheets

Custom =SCRYFALL() function for Google Sheets
69 stars 12 forks source link

parameter question #18

Open 0xEDED93 opened 11 months ago

0xEDED93 commented 11 months ago

is it possible to pass value of another cell as name parameter for the query?

I am trying to achieve something like this

=SCRYFALL("name:='My Card List'!A5", "cmc", 1, "name")

thanks in advance