scryfall / google-sheets

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

parameter question #18

Open 0xEDED93 opened 1 year ago

0xEDED93 commented 1 year 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