Z
Z
zimbura2020-07-23 13:09:34
Google Sheets
zimbura, 2020-07-23 13:09:34

How to use the IMPORTRANGE function to display data in another Google Spreadsheet book?

How to use the IMPORTRANGE function to display data in another Google spreadsheet book
Condition for output, in column I="my"

I tried to get data with a formula of this type with the conditions
importrange(“table_key”;”Contacts!A1:J”)
and the conditions
Contacts!I2 :I;="my"

The stone flower didn't come out

Please tell me how to do it right

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Noir, 2020-07-23
@zimbura

=filter(importrange("link";"range");importrange("link";"range")<>"My")

G
Grigory Boev, 2020-07-23
@ProgrammerForever

You can’t output data to another table in any way, only through scripts (and there are limitations, for example, user-defined functions or simple triggers will not send data to another table, only regular full-fledged triggers or functions)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question