Right ladies and gents here is my question of the week!
I need to determine how many individual kiln charges have been carried out in a month. The kiln charge numbers take the form of a 5 digit code. This code is entered into column B whenever data attributed to that charge is entered into the database. Therefore working out how many charges have been done is not simply a matter of counting the number of cell values, as one charge may have data entered 3 times, another 6, another once, etc.
An example of the data:
[TABLE="width: 297"]
<tbody>[TR]
[TD]Kiln Charge[/TD]
[TD]kiln [/TD]
[TD]date out[/TD]
[TD]Month[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 297"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD="align: right"]11035[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]18/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11014[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]14/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11035[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]18/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"]4[/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD="align: right"]11035[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]18/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11014[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]14/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11035[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]18/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11011[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]13/03/2014[/TD]
[TD]March[/TD]
[/TR]
</tbody>[/TABLE]
So I am looking for a formula that counts the number of charges rather than the number of times a single charge has had data entered.
Off the back of this, I would like to display a chart showing how many charges of each pre-set charge length have occurred. I thought of just doing a chart which counted the number of charges and plotted them against cycle time data but again this doesnt work as it in fact counts all of the charge entries as single charges rather than grouping like charges.
I am probably not making any sense but if someone understands what I would like I would really appreciate the help.
Cheers
Jon
I need to determine how many individual kiln charges have been carried out in a month. The kiln charge numbers take the form of a 5 digit code. This code is entered into column B whenever data attributed to that charge is entered into the database. Therefore working out how many charges have been done is not simply a matter of counting the number of cell values, as one charge may have data entered 3 times, another 6, another once, etc.
An example of the data:
[TABLE="width: 297"]
<tbody>[TR]
[TD]Kiln Charge[/TD]
[TD]kiln [/TD]
[TD]date out[/TD]
[TD]Month[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 297"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD="align: right"]11035[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]18/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11014[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]14/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11035[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]18/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"]4[/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD="align: right"]11035[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]18/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11014[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]14/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11035[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]18/03/2014[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD="align: right"]11011[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]13/03/2014[/TD]
[TD]March[/TD]
[/TR]
</tbody>[/TABLE]
So I am looking for a formula that counts the number of charges rather than the number of times a single charge has had data entered.
Off the back of this, I would like to display a chart showing how many charges of each pre-set charge length have occurred. I thought of just doing a chart which counted the number of charges and plotted them against cycle time data but again this doesnt work as it in fact counts all of the charge entries as single charges rather than grouping like charges.
I am probably not making any sense but if someone understands what I would like I would really appreciate the help.
Cheers
Jon