Hi,
I am creating a master register for internal business documents, each shall have their own unique document number.
I have a dropdown for cells under DIV and DOC, with list parameters on separate datasheet. I have a partial formula within DOCUMENT NUMBER column of =($A2&"-"&$B2&"-"&$C2), which combines DIV selection and DOC selection and the SEQ sequential number (separate with "-"). But I need the sequential number generated, based off how many times the combination of DIV+DOC has been selected previously. I'm hoping this will be enough, but will have a failsafe of conditional duplicate formatting on just in case.
Looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]DIV[/TD]
[TD]DOC[/TD]
[TD]SEQ[/TD]
[TD]DOCUMENT NUMBER[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]GRO[/TD]
[TD]SOW[/TD]
[TD]00001[/TD]
[TD]GOW-SOW-00001[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]GRO[/TD]
[TD]SOW[/TD]
[TD]00002[/TD]
[TD]GOW-SOW-00002[/TD]
[/TR]
</tbody>[/TABLE]
Am I on the right track, or is there alternate/easier solution?
Thanks for your help
I am creating a master register for internal business documents, each shall have their own unique document number.
I have a dropdown for cells under DIV and DOC, with list parameters on separate datasheet. I have a partial formula within DOCUMENT NUMBER column of =($A2&"-"&$B2&"-"&$C2), which combines DIV selection and DOC selection and the SEQ sequential number (separate with "-"). But I need the sequential number generated, based off how many times the combination of DIV+DOC has been selected previously. I'm hoping this will be enough, but will have a failsafe of conditional duplicate formatting on just in case.
Looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]DIV[/TD]
[TD]DOC[/TD]
[TD]SEQ[/TD]
[TD]DOCUMENT NUMBER[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]GRO[/TD]
[TD]SOW[/TD]
[TD]00001[/TD]
[TD]GOW-SOW-00001[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]GRO[/TD]
[TD]SOW[/TD]
[TD]00002[/TD]
[TD]GOW-SOW-00002[/TD]
[/TR]
</tbody>[/TABLE]
Am I on the right track, or is there alternate/easier solution?
Thanks for your help