All I have an excel sheet containing below mentioned type of data.
01-Aug-2012 EST213 Sowmya Shivashankar 11 0 11 4 0 LOP
01-Aug-2012 EST101 Prashanth P 12 8 20 5 5.28 0 Half-day
08-Aug-2012 EST213 Sowmya Shivashankar 11 0 11 4 0 LOP
Here I am giving one one day data for one employee. Like this I have around 3 thousand of rows of data for one month. I need to calculate need to count for a particular employee how many LOP or Half-day in month.
You can try use mapping between employees and their monthly entries.
NOTE: this is almost complete code, but some parts like parsing row or month number you need to do by yourself