scripting - Google Spreadsheets - Using 1 piece of data to display other data -


currently in process of creating second database links database on google sheets. purpose of when set of numbers in entered display information other database.

this script using , works of information, not all, is:

=arrayformula(if(d6:d42<>"",vlookup(d6:d42,query(importrange("database link","all!c:d")),2,),)) 

enter image description here


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -