On Jul 1, 11:41 am, VizBoy <
viz...@google.com> wrote:
> My first guess would be that this is a column of type text and text type
> cells does not have a null value, only empty strings.
> So please try:
> where G != ""
> instead
>
> Regards,
> VizBoy.
>