I need one solution to the below scenario.
Lets say I have a table of data in four column. I want to know the maximum row in excel sheet. For eg: As you can see in the below table column B has maximum number of rows which is equal to 12.
    A   B   C   D
1   asd asd asd asd
2   asd asd asd asd
3   asd asd asd asd
4   asd asd asd asd
5   asd asd asd asd
6       asd     asd
7       asd     asd
8       asd
9       asd
10      asd
11      asd
12      asd
My solution is to individually check each column to get the maximum number of rows. Is there any other optimize solution to this??
 
     
    