B
baaul
I need help with the Excel query below. I'd like my query to "ONLY"
SELECT from sheet1$ all rows where the `code` column contains data.
Thanks in advance!
===============>
SELECT `code`,`description` from `sheet1$`WHERE `code` IS NOT NULL
SELECT from sheet1$ all rows where the `code` column contains data.
Thanks in advance!
===============>
SELECT `code`,`description` from `sheet1$`WHERE `code` IS NOT NULL