Hi guys,
I feel I've been going around in circles trying to figure this one out... here's my problem...
I've got 2 sheets. Sheet 1 is where I am inputting all the products I'm producing and giving them serial numbers, if I produce the same part twice the name of the part is the same but the serial number changes. It looks something like this...
Sheet 1:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Part Produced
[/TD]
[TD]Serial Number
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Seat
[/TD]
[TD]2000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Handle
[/TD]
[TD]1002
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Handle
[/TD]
[TD]1003
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
While Sheet 1 is constantly been filled with the parts being made with their individual serial numbers. Sheet 2 is constantly being filled with the incoming orders, But only the A Column of Sheet 2 is being changed... as an order comes in I simply type into sheet 2 what product the customer is looking for.
The problem I am having is that as I write in that another "handle" for example as been ordered into sheet 2, my normal MATCH forumla is bringing up the same Serial Number "1001" over and over again. Really I'm wanting the "B" column to update to the next available serial number, so for example "1002"
Sheet 2... as it's coming out right now (wrong)...
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Part Ordered By Customer
[/TD]
[TD]Serial Number
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Seat
[/TD]
[TD]2000
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[/TR]
</tbody>[/TABLE]
The formula will need to go into Sheet 2 'B' Column, and I'd like it to come out looking like this...
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Part Ordered By Customer
[/TD]
[TD]Serial Number
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Handle
[/TD]
[TD]1002
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Seat
[/TD]
[TD]2000
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Handle
[/TD]
[TD]1003
[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that wasn't too confusing, and hopefully someone could suggest a way of doing this without using VBA? If i can just stick to simple worksheet formulas that would be amazing!
Thanks!!!
I feel I've been going around in circles trying to figure this one out... here's my problem...
I've got 2 sheets. Sheet 1 is where I am inputting all the products I'm producing and giving them serial numbers, if I produce the same part twice the name of the part is the same but the serial number changes. It looks something like this...
Sheet 1:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Part Produced
[/TD]
[TD]Serial Number
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Seat
[/TD]
[TD]2000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Handle
[/TD]
[TD]1002
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Handle
[/TD]
[TD]1003
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
While Sheet 1 is constantly been filled with the parts being made with their individual serial numbers. Sheet 2 is constantly being filled with the incoming orders, But only the A Column of Sheet 2 is being changed... as an order comes in I simply type into sheet 2 what product the customer is looking for.
The problem I am having is that as I write in that another "handle" for example as been ordered into sheet 2, my normal MATCH forumla is bringing up the same Serial Number "1001" over and over again. Really I'm wanting the "B" column to update to the next available serial number, so for example "1002"
Sheet 2... as it's coming out right now (wrong)...
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Part Ordered By Customer
[/TD]
[TD]Serial Number
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Seat
[/TD]
[TD]2000
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[/TR]
</tbody>[/TABLE]
The formula will need to go into Sheet 2 'B' Column, and I'd like it to come out looking like this...
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Part Ordered By Customer
[/TD]
[TD]Serial Number
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Handle
[/TD]
[TD]1001
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Handle
[/TD]
[TD]1002
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Seat
[/TD]
[TD]2000
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Handle
[/TD]
[TD]1003
[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that wasn't too confusing, and hopefully someone could suggest a way of doing this without using VBA? If i can just stick to simple worksheet formulas that would be amazing!
Thanks!!!