SOLVED

Sequential No Series based on corresponding data (ie PO number)

Copper Contributor

Trying to generate a formula to add a "Line Number" for each item which relates to a specific Purchase Order Number in another column.

ie; Order # AAA has 5 lines - line 1 Line No = 10000, line 2 = 20000, line 3 = 30000, line 4 = 40000, line 5 = 50000

Order # BBB has 1 line - line 1 Line No = 10000

 

each new order no would begin back at Line No 10000

 

Sample Data attached.

3 Replies
best response confirmed by KatherineK (Copper Contributor)
Solution

@KatherineK 

Please try this and let me know if this is what you were trying to achieve.

In B2

=COUNTIF(A$2:A2,A2)*10000

and then copy it down.

 

 

@KatherineK 

You're welcome! Glad it worked as desired.

1 best response

Accepted Solutions
best response confirmed by KatherineK (Copper Contributor)
Solution

@KatherineK 

Please try this and let me know if this is what you were trying to achieve.

In B2

=COUNTIF(A$2:A2,A2)*10000

and then copy it down.

 

 

View solution in original post