Groups
Groups
Sign in
Groups
Groups
Google Visualization API
Conversations
About
Send feedback
Help
Cell Value in Query
13 views
Skip to first unread message
Jean M Delphonse
unread,
Apr 12, 2017, 1:01:03 PM
4/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
How do I reference a cell using Googles Visualization API's query method?
example:
=
query
(
'DataRange'!B3:V179
,
"SELECT * WHERE F='"D1"' OR G='"D1"' OR H='"D1"'"
,
1
)
Cell D1 contains the value that must be referenced.
Jean M Delphonse
unread,
Apr 12, 2017, 3:18:31 PM
4/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Problem solved:
=
query
(
'DataRange'!B3:V179
,
"SELECT * WHERE F='"&D1&"' OR G='"&D1&"' OR H='"&D1&"'"
,
1
)
Reply all
Reply to author
Forward
0 new messages