Counting blankvalues in column of an Excel

  • Is there any way to count blank values in column of Excel ?

  • ns.sharath (1/9/2009)


    Is there any way to count blank values in column of Excel ?

    Did you try:

    select count(*) from sheet1$ where column1 is null;

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply