Count the number of active rows in sheet 1 and display

krishnaa_kumarr88
2StarLounger
Posts: 179
Joined: 30 Sep 2014, 15:18

Count the number of active rows in sheet 1 and display

Post by krishnaa_kumarr88 »

HI,

Thanks for looking at my query. Its really urgent and please help me.
I created a interactive userform. When you open the excel , it will automatically open the userform in which you can input the data which will store in the spreadsheet. I done with that and its working good.
My trouble is, i would like to count the number of filled rows in sheet 1 and display the total number of filled rows in sheet 2. Please check my attachment . In attachment please check sheet 2 for more information.
Please help me guys.

Thanks

User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Re: Count the number of active rows in sheet 1 and display

Post by Rudi »

Hi Krishnaa,

First, you do not have a sheet 2 in your sample file and there are no instructions.
However, to get a count of filled in records from sheet 1 on sheet 2, you can simply use a COUNTA() function.

Have a look at sheet 2 in the attached file...
TPM Excel checkbox1 (1).xlsm
You do not have the required permissions to view the files attached to this post.
Regards,
Rudi

If your absence does not affect them, your presence didn't matter.

krishnaa_kumarr88
2StarLounger
Posts: 179
Joined: 30 Sep 2014, 15:18

Re: Count the number of active rows in sheet 1 and display

Post by krishnaa_kumarr88 »

thanks a lot rudi