cattlegirl5000
New Member
- Joined
- Aug 5, 2014
- Messages
- 5
[TABLE="width: 500"]
<tbody>[TR]
[TD]8/4/2014[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Shipments:[/TD]
[TD]Count should be 2[/TD]
[/TR]
[TR]
[TD]8/5/2014[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Shipments:[/TD]
[TD]Count should be 3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Date:[/TD]
[TD]Shipment #:[/TD]
[/TR]
[TR]
[TD]8/4/2014
[/TD]
[TD]123[/TD]
[/TR]
[TR]
[TD]8/4/2014[/TD]
[TD]123[/TD]
[/TR]
[TR]
[TD]8/4/2014[/TD]
[TD]431[/TD]
[/TR]
[TR]
[TD]8/5/2014[/TD]
[TD]198[/TD]
[/TR]
[TR]
[TD]8/5/2014[/TD]
[TD]429[/TD]
[/TR]
[TR]
[TD]8/5/2014[/TD]
[TD]421[/TD]
[/TR]
</tbody>[/TABLE]
What I need to do is a Count "IF" the cell equals the date referenced in summary, I need to "Count" the shipments with out counting the duplicates.
I can not figure it out, but it seems so simple
<tbody>[TR]
[TD]8/4/2014[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Shipments:[/TD]
[TD]Count should be 2[/TD]
[/TR]
[TR]
[TD]8/5/2014[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Shipments:[/TD]
[TD]Count should be 3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Date:[/TD]
[TD]Shipment #:[/TD]
[/TR]
[TR]
[TD]8/4/2014
[/TD]
[TD]123[/TD]
[/TR]
[TR]
[TD]8/4/2014[/TD]
[TD]123[/TD]
[/TR]
[TR]
[TD]8/4/2014[/TD]
[TD]431[/TD]
[/TR]
[TR]
[TD]8/5/2014[/TD]
[TD]198[/TD]
[/TR]
[TR]
[TD]8/5/2014[/TD]
[TD]429[/TD]
[/TR]
[TR]
[TD]8/5/2014[/TD]
[TD]421[/TD]
[/TR]
</tbody>[/TABLE]
What I need to do is a Count "IF" the cell equals the date referenced in summary, I need to "Count" the shipments with out counting the duplicates.
I can not figure it out, but it seems so simple