QUERY syntax using cell reference

后端 未结 8 1705
隐瞒了意图╮
隐瞒了意图╮ 2020-12-23 21:46

I\'m having trouble figuring out a fairly simple QUERY statement in Google Spreadsheets. I\'m trying to use a cell reference instead of static values and I\'m running into t

8条回答
  •  悲哀的现实
    2020-12-23 21:57

    none of the above answers worked for me. This one did:

    =QUERY(Copy!A1:AP, "select AP, E, F, AO where AP="&E1&" ",1)

提交回复
热议问题