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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

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

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -