Good day,
Tried searching for this, but was unable to come up with anything that solved my problem. I am trying to write a formula to autonumber the payments received from each customer.
[TABLE="width: 500"]
<TBODY>[TR]
[TD]ID
[/TD]
[TD]Payment #
[/TD]
[/TR]
[TR]
[TD]1001
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]1001
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]2001
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]3001
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]1001
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]2001
[/TD]
[TD]2
[/TD]
[/TR]
</TBODY>[/TABLE]
Having trouble coming up with a formula to auto-compute the "Payment #" column.
Tried searching for this, but was unable to come up with anything that solved my problem. I am trying to write a formula to autonumber the payments received from each customer.
[TABLE="width: 500"]
<TBODY>[TR]
[TD]ID
[/TD]
[TD]Payment #
[/TD]
[/TR]
[TR]
[TD]1001
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]1001
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]2001
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]3001
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]1001
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]2001
[/TD]
[TD]2
[/TD]
[/TR]
</TBODY>[/TABLE]
Having trouble coming up with a formula to auto-compute the "Payment #" column.
Last edited: