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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -