Hello All,
I am trying to get the result in column-A and I really need help with a formula to automatically count upwards as I insert data into column-B.
In the example below I just wanted to count data "X" in column-B upwards as in our situation, the data has been inserted in the top row as needed with a new row added.
Thanks much for your help.
*BDT
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]000006-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]000005-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]000004-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]Z[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]000003-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]000002-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]000001-X[/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to get the result in column-A and I really need help with a formula to automatically count upwards as I insert data into column-B.
In the example below I just wanted to count data "X" in column-B upwards as in our situation, the data has been inserted in the top row as needed with a new row added.
Thanks much for your help.
*BDT
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]000006-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]000005-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]000004-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]Z[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]000003-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]000002-X[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]000001-X[/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: