S
Seantastic
I am re-writing this request as the answer do not match the resquest
I have a spreadsheet with 2 tabs.
First tab is named “inventoryâ€
In column “H†the are serial numbers in the following formats
ABBC.####### (#=7 random numbers from 0 to 9)
ABBC.#######_RM (#=7 random numbers from 0 to 9)
ABBC.#######_FT (#=7 random numbers from 0 to 9)
The only part of the serial number that interests me is the middle numbers
(7 random numbers from 0 to 9)
In column “A†I have a list of “part code†associated to the serial number
Example:
Sheet “inventoryâ€
A H
123 ABBC.1234467
456 ABBC.1234547_RM
897 ABBC.1234564_FT
In my second tab called “partsâ€
In column E there is a list of the middle numbers found in the first tab
(i.e. 1234567)
Example
Sheet “partsâ€
E L
1234547
1234564
1234467
In my I would like to look up the number in Column “E†from sheet “partsâ€
(my second tab) that is found somewhere in column “H†in the middle of the
serial number in sheet “inventoryâ€,
In Sheet “parts†column E row E2=1234547 find this number (which is the
middle of the serial number ABBC.1234547_RM) in the list of serial numbers
in Sheet “inventoryâ€in column H (rows H2 to H8000)
get the associated “part code†from column “A†of sheet “inventory†and copy
it back into sheet “parts†(my second tab) in column “Lâ€
I have a spreadsheet with 2 tabs.
First tab is named “inventoryâ€
In column “H†the are serial numbers in the following formats
ABBC.####### (#=7 random numbers from 0 to 9)
ABBC.#######_RM (#=7 random numbers from 0 to 9)
ABBC.#######_FT (#=7 random numbers from 0 to 9)
The only part of the serial number that interests me is the middle numbers
(7 random numbers from 0 to 9)
In column “A†I have a list of “part code†associated to the serial number
Example:
Sheet “inventoryâ€
A H
123 ABBC.1234467
456 ABBC.1234547_RM
897 ABBC.1234564_FT
In my second tab called “partsâ€
In column E there is a list of the middle numbers found in the first tab
(i.e. 1234567)
Example
Sheet “partsâ€
E L
1234547
1234564
1234467
In my I would like to look up the number in Column “E†from sheet “partsâ€
(my second tab) that is found somewhere in column “H†in the middle of the
serial number in sheet “inventoryâ€,
In Sheet “parts†column E row E2=1234547 find this number (which is the
middle of the serial number ABBC.1234547_RM) in the list of serial numbers
in Sheet “inventoryâ€in column H (rows H2 to H8000)
get the associated “part code†from column “A†of sheet “inventory†and copy
it back into sheet “parts†(my second tab) in column “Lâ€