Hi All,
I have a table showing contents, by serial #, in numbered storage boxes, which increase daily
Example. Each box could have different quantities
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Serial#[/TD]
[TD]Box#[/TD]
[TD]Comments[/TD]
[/TR]
[TR]
[TD]A100[/TD]
[TD]Box 001[/TD]
[TD]Photos[/TD]
[/TR]
[TR]
[TD]A101[/TD]
[TD]Box 001[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A102[/TD]
[TD]Box 001[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B100[/TD]
[TD]Box 002[/TD]
[TD]Documents[/TD]
[/TR]
[TR]
[TD]B101[/TD]
[TD]Box 002[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B102[/TD]
[TD]Box 002[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]C100[/TD]
[TD]Box 003[/TD]
[TD]Products[/TD]
[/TR]
[TR]
[TD]C101[/TD]
[TD]Box 003[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]C102[/TD]
[TD]Box 003[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Im looking to
Example
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Box#[/TD]
[TD]First[/TD]
[TD]Last[/TD]
[TD]Comments[/TD]
[/TR]
[TR]
[TD]Box 001[/TD]
[TD]A100[/TD]
[TD]A102[/TD]
[TD]Photos[/TD]
[/TR]
[TR]
[TD]Box 002[/TD]
[TD]B100[/TD]
[TD]B102[/TD]
[TD]Documents[/TD]
[/TR]
[TR]
[TD]Box 003[/TD]
[TD]C100[/TD]
[TD]C102[/TD]
[TD]Products[/TD]
[/TR]
</tbody>[/TABLE]
i hope this is explained well enough for someone to provide a solution. I'm struggling with 2000+ boxes at the moment and increasing by 20 per day.
thank you, and please ask if anything needs clarifying
Jon
I have a table showing contents, by serial #, in numbered storage boxes, which increase daily
Example. Each box could have different quantities
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Serial#[/TD]
[TD]Box#[/TD]
[TD]Comments[/TD]
[/TR]
[TR]
[TD]A100[/TD]
[TD]Box 001[/TD]
[TD]Photos[/TD]
[/TR]
[TR]
[TD]A101[/TD]
[TD]Box 001[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A102[/TD]
[TD]Box 001[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B100[/TD]
[TD]Box 002[/TD]
[TD]Documents[/TD]
[/TR]
[TR]
[TD]B101[/TD]
[TD]Box 002[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B102[/TD]
[TD]Box 002[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]C100[/TD]
[TD]Box 003[/TD]
[TD]Products[/TD]
[/TR]
[TR]
[TD]C101[/TD]
[TD]Box 003[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]C102[/TD]
[TD]Box 003[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Im looking to
- identify each storage box #
- identify the first serial # in each box
- identify the last serial # in each box
Example
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Box#[/TD]
[TD]First[/TD]
[TD]Last[/TD]
[TD]Comments[/TD]
[/TR]
[TR]
[TD]Box 001[/TD]
[TD]A100[/TD]
[TD]A102[/TD]
[TD]Photos[/TD]
[/TR]
[TR]
[TD]Box 002[/TD]
[TD]B100[/TD]
[TD]B102[/TD]
[TD]Documents[/TD]
[/TR]
[TR]
[TD]Box 003[/TD]
[TD]C100[/TD]
[TD]C102[/TD]
[TD]Products[/TD]
[/TR]
</tbody>[/TABLE]
i hope this is explained well enough for someone to provide a solution. I'm struggling with 2000+ boxes at the moment and increasing by 20 per day.
thank you, and please ask if anything needs clarifying
Jon
Last edited: