elenamccarthy

New Member
Joined
Sep 18, 2017
Messages
14
I want to look at one excel sheet called "shipping and receiving log", I want it to find a "serial number" ex. W-111, then go to another excel sheet called "Serial Numbers" and find the correct instrument type ex. Worker. I want it to find the matching serial number from the first excel sheet ex. W-111, locate the date ex. 1-28-10 and then input it into the "shipping and receiving log". How would I write this up? Any code is appreciated.
 
Last edited by a moderator:
instead of having 2 workbooks can you have 2 sheets in the same workbook

or pull the data from the second workbook into your first workbook - that will make it simpler for you I think
 
Upvote 0

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Shipping and receiving Log
Date receivedRMA#CustomerModel NumberSerial Numbercalship dateship fromManufacturing Date
9-18-1712345****BT-1000BT-692c1-20-17UT01/08/1997#####
Serial Numbers
DateCustomerModelSerial Number
01/08/1997****BT-1000BT-692
02/08/1997fredBT-2000BT-777
#####
=OFFSET($C$6,MATCH(D3,$C$7:$C$8,0),-2)

<colgroup><col><col><col><col><col><col span="3"><col><col span="2"></colgroup><tbody>
</tbody>
 
Upvote 0
ok, so what if i have multiple serial numbers that are the same. Is there a way to take the born date and copy it to that same serial number?
 
Upvote 0
Date

<tbody>
</tbody>
RMA #CustomerModelSerial #Cal = CShip DateShipped fromManufacturing Date
ReceivedRepair = RCity, State
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
SolutionS-392
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
Worker
W-357

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
Worker Integra

<tbody>
</tbody>
LT-0193
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
BT-1000

<tbody>
</tbody>
BT-1101
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
BT-1000

<tbody>
</tbody>
BT-687
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
12/10/96

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
BT-IP

<tbody>
</tbody>
IP-0194
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
MDT-100

<tbody>
</tbody>
MDT-1446
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
MDT-50

<tbody>
</tbody>
MDT-502
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
Verification Box

<tbody>
</tbody>
CF-743
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
MDT-100

<tbody>
</tbody>
MDT-1527
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
ES-1000

<tbody>
</tbody>
ES-1036
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
LA-04

<tbody>
</tbody>
504350
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
BT-1000

<tbody>
</tbody>
BT-687
****

<tbody>
</tbody>
****

<tbody>
</tbody>
****

<tbody>
</tbody>
12/10/96

<tbody>
</tbody>

<tbody>
</tbody>

<tbody>
</tbody>

i would like it to recognize duplicate serial numbers and take the manufacturing date and update it.
 
Last edited:
Upvote 0
so if say you have 3 identical serial numbers, do you want the latest date to be assigned to all three of them ?
 
Upvote 0
so if bt 687 occurs anywhere higher up the list, you want the date from the nearest bt 687 above to be entered against the latest bt 687 ?
 
Upvote 0

Forum statistics

Threads
1,215,449
Messages
6,124,911
Members
449,195
Latest member
Stevenciu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top