简体   繁体   中英

Need arrayformula

Need arrayformula for this query in google sheets

=ifna(query('B. Projects New':$A$3,$M, "select H where G='Plan_294492' and A='"&A2&"'"),"-")

I need your quick help in this.

As said, will work for one value:

=BYROW (A2:A,LAMBDA(each,ifna(query('B. Projects New'!$A$3:$M, "select H where G='Plan_294492' and A='"& each &"'"),"-")))

If there are several equal queries, you can do a single query with your conditions in G and A in an auxiliary sheet, and then do a Lookup,

It will be much less consuming

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM