Hi there ,
Please help
[TABLE="width: 500"]
<tbody>[TR]
[TD]month[/TD]
[TD]worker[/TD]
[TD]month[/TD]
[TD]no of workers[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]john[/TD]
[TD]jan[/TD]
[TD]?[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]james[/TD]
[TD]feb[/TD]
[TD]?[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]james[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Feb[/TD]
[TD]james[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Feb[/TD]
[TD]james[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i need a formular in the cells with question marks. The formular should return the number of workers in each month. Eg January should be 2 while february should be 1.
Please help
[TABLE="width: 500"]
<tbody>[TR]
[TD]month[/TD]
[TD]worker[/TD]
[TD]month[/TD]
[TD]no of workers[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]john[/TD]
[TD]jan[/TD]
[TD]?[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]james[/TD]
[TD]feb[/TD]
[TD]?[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]james[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Feb[/TD]
[TD]james[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Feb[/TD]
[TD]james[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i need a formular in the cells with question marks. The formular should return the number of workers in each month. Eg January should be 2 while february should be 1.