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:

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
serialdatenumber of rows of data27
bt68701/07/20172current serial Nobt687
bt68805/07/2017occurrencies3
bt68909/07/2017previous date02/07/2017
bt69013/07/2017
bt69117/07/2017
bt69221/07/2017
bt69325/07/2017
bt68805/07/2017
bt68909/07/2017
bt69013/07/2017
bt69117/07/2017
bt69221/07/2017
bt69325/07/2017note that the last entry bt687 has
bt68702/07/201715retrieved the date from the previous bt687
bt68805/07/2017
bt68909/07/2017the helpers at the top automatically
bt69013/07/2017detect the last row number and how
bt69117/07/2017many prev occurrences
bt69221/07/2017and the previous date
bt69325/07/2017
bt68805/07/2017which is pulled by the formula
bt68909/07/2017
bt69013/07/2017formula giving the date in row 28 is
bt69117/07/2017=IF(ISERROR(MATCH(A28,$A$2:$A27,0)),"type in today's date",$I$4)
bt69221/07/2017
bt69325/07/2017
bt68702/07/201728col C finds every occurrence of bt687

<colgroup><col><col><col span="5"><col><col><col span="6"></colgroup><tbody>
</tbody>
 
Upvote 0
alas when I entered the next serial number it fell over, so I think a date confirmation macro button is needed.....
 
Upvote 0

Forum statistics

Threads
1,215,459
Messages
6,124,945
Members
449,198
Latest member
MhammadishaqKhan

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