Hi,
I have the below table, what I need is to sort the numbering by ascending order, it's easy if I have a fixed table, but the challenge is this table is dynamic, it changes whenever I change the EE ID. Can you help me with the formula that solve this issue?
[TABLE="width: 512"]
<tbody>[TR]
[TD="width: 64"]EE ID[/TD]
[TD="width: 64"]AAAA[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[/TR]
[TR]
[TD]KEY_EEID[/TD]
[TD]Goal#[/TD]
[TD]Goal Overall Progress[/TD]
[TD]Objective[/TD]
[TD]Category[/TD]
[TD]Metric/Outcomes[/TD]
[TD]Active/Deleted[/TD]
[TD]Numbering[/TD]
[/TR]
[TR]
[TD]AAAA1[/TD]
[TD="align: right"]1[/TD]
[TD]NO[/TD]
[TD]BBBBBB[/TD]
[TD]OE[/TD]
[TD]nnnnn[/TD]
[TD]Active[/TD]
[TD="align: right"]3.2[/TD]
[/TR]
[TR]
[TD]AAAA2[/TD]
[TD="align: right"]2[/TD]
[TD]NO[/TD]
[TD]CCCCC[/TD]
[TD]OE[/TD]
[TD]jjjjj[/TD]
[TD]Active[/TD]
[TD="align: right"]3.1[/TD]
[/TR]
[TR]
[TD]AAAA3[/TD]
[TD="align: right"]3[/TD]
[TD]YES[/TD]
[TD]KKKK[/TD]
[TD]BE[/TD]
[TD]eee[/TD]
[TD]Active[/TD]
[TD="align: right"]4.2[/TD]
[/TR]
[TR]
[TD]AAAA4[/TD]
[TD="align: right"]4[/TD]
[TD]YES[/TD]
[TD]LLLL[/TD]
[TD]OE[/TD]
[TD]rrr[/TD]
[TD]Active[/TD]
[TD="align: right"]1.1[/TD]
[/TR]
</tbody>[/TABLE]
Thank you
I have the below table, what I need is to sort the numbering by ascending order, it's easy if I have a fixed table, but the challenge is this table is dynamic, it changes whenever I change the EE ID. Can you help me with the formula that solve this issue?
[TABLE="width: 512"]
<tbody>[TR]
[TD="width: 64"]EE ID[/TD]
[TD="width: 64"]AAAA[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[/TR]
[TR]
[TD]KEY_EEID[/TD]
[TD]Goal#[/TD]
[TD]Goal Overall Progress[/TD]
[TD]Objective[/TD]
[TD]Category[/TD]
[TD]Metric/Outcomes[/TD]
[TD]Active/Deleted[/TD]
[TD]Numbering[/TD]
[/TR]
[TR]
[TD]AAAA1[/TD]
[TD="align: right"]1[/TD]
[TD]NO[/TD]
[TD]BBBBBB[/TD]
[TD]OE[/TD]
[TD]nnnnn[/TD]
[TD]Active[/TD]
[TD="align: right"]3.2[/TD]
[/TR]
[TR]
[TD]AAAA2[/TD]
[TD="align: right"]2[/TD]
[TD]NO[/TD]
[TD]CCCCC[/TD]
[TD]OE[/TD]
[TD]jjjjj[/TD]
[TD]Active[/TD]
[TD="align: right"]3.1[/TD]
[/TR]
[TR]
[TD]AAAA3[/TD]
[TD="align: right"]3[/TD]
[TD]YES[/TD]
[TD]KKKK[/TD]
[TD]BE[/TD]
[TD]eee[/TD]
[TD]Active[/TD]
[TD="align: right"]4.2[/TD]
[/TR]
[TR]
[TD]AAAA4[/TD]
[TD="align: right"]4[/TD]
[TD]YES[/TD]
[TD]LLLL[/TD]
[TD]OE[/TD]
[TD]rrr[/TD]
[TD]Active[/TD]
[TD="align: right"]1.1[/TD]
[/TR]
</tbody>[/TABLE]
Thank you