Shreesurya
Board Regular
- Joined
- Jul 7, 2014
- Messages
- 50
Hi Experts,
Need your help to calculate number of employees under manager. Is there a way to calculate it?
Raw Data.
[TABLE="class: grid, width: 374"]
<tbody>[TR]
[TD]EMPLOYEE NAME[/TD]
[TD]REPORTING MANAGER[/TD]
[TD]FUNCTIONAL MANAGER[/TD]
[/TR]
[TR]
[TD]Vinay Chonale[/TD]
[TD]Rohit Jahagirdar[/TD]
[TD]Sunil Bailakere[/TD]
[/TR]
[TR]
[TD]Rohit Jahagirdar[/TD]
[TD]Sunil Bailakere[/TD]
[TD]Dhananjaya S[/TD]
[/TR]
[TR]
[TD]Husain Mulani[/TD]
[TD]Vinay Chonale[/TD]
[TD]Rohit Jahagirdar[/TD]
[/TR]
[TR]
[TD]Neena Murti[/TD]
[TD]Vinay Chonale[/TD]
[TD]Rohit Jahagirdar[/TD]
[/TR]
</tbody>[/TABLE]
Result should be
[TABLE="class: grid, width: 234"]
<tbody>[TR]
[TD]Manager[/TD]
[TD]No of FTEs[/TD]
[/TR]
[TR]
[TD]Dhananjaya S[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Sunil Bailakere[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Rohit Jahagirdar[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
Need your help to calculate number of employees under manager. Is there a way to calculate it?
Raw Data.
[TABLE="class: grid, width: 374"]
<tbody>[TR]
[TD]EMPLOYEE NAME[/TD]
[TD]REPORTING MANAGER[/TD]
[TD]FUNCTIONAL MANAGER[/TD]
[/TR]
[TR]
[TD]Vinay Chonale[/TD]
[TD]Rohit Jahagirdar[/TD]
[TD]Sunil Bailakere[/TD]
[/TR]
[TR]
[TD]Rohit Jahagirdar[/TD]
[TD]Sunil Bailakere[/TD]
[TD]Dhananjaya S[/TD]
[/TR]
[TR]
[TD]Husain Mulani[/TD]
[TD]Vinay Chonale[/TD]
[TD]Rohit Jahagirdar[/TD]
[/TR]
[TR]
[TD]Neena Murti[/TD]
[TD]Vinay Chonale[/TD]
[TD]Rohit Jahagirdar[/TD]
[/TR]
</tbody>[/TABLE]
Result should be
[TABLE="class: grid, width: 234"]
<tbody>[TR]
[TD]Manager[/TD]
[TD]No of FTEs[/TD]
[/TR]
[TR]
[TD]Dhananjaya S[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Sunil Bailakere[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Rohit Jahagirdar[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: