Thanks VizBoy! That was it.
On Jul 1, 11:41 am, VizBoy 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.
>
> On Wed, Jul 1, 2009 at 6:1
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.
On Wed, Jul 1, 2009 at 6:16 PM, rosalynmetz wrote:
>
> I have a spreadsheet that i'm querying. Below is my qu