View Single Post
  #1   Report Post  
Sh0t2bts
 
Posts: n/a
Default Using a SQL like query to query an excel sheet

Hi Guys,

I have an excel report where I want to count how many entries they are
in each product that is in my list.
I can achieve this by using the countif statment, but now I am left
with a list of products that are not in my list that I want to show a
total be by product type.
The product type I won't know of until this report is ran.

My list Count
Apple 7
Pear 5
Grape 11

Not on my list
Carrot ?
Cabbage ?
Turnip ?

Any help would be great

Thanks

Mark