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 -

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

How to understand 2 main() functions after using uftrace to profile the C++ program? -