You are viewing a single comment's thread from:RE: 이제 다운보팅으로 0을 맞추기 시작하는군요View the full contextView the direct parenteversloth (62)in #totd • 6 years ago 쿼리 조건은 Col1, Col2 이런 이름으로 접근. 결과 순서를 바꾸거나 하는 식으로 활용 가능
쿼리 매뉴얼 https://developers.google.com/chart/interactive/docs/querylanguage#scalar_functions
=IF(OR(sumif(query(importrange(C$1,CONCATENATE(C$2,":",C$3)), concatenate("select count(Col1) where Col1 = ",mid($A8, 3, 1)," and Col2 = ",right($A8, 2)), ">0")>0, COUNTIFS(importrange(C$1,CONCATENATE(C$4,":",C$4)),"*"&$B8&"*")>0)),,"★")