I have a few questions for clarification. On the Machine ID sheet, I see Model numbers but no serial numbers. On Sheet1, I see one occurrence of "For printer [ID:4]" but no occurrences of this type are found on Sheet2. Sheet also has no headers in row 1. Could you please explain in detail what you want to do using a few examples from your data referring to specific cells and worksheets?
Thanks mumps,
On the Machine ID sheet, I see Model numbers but no serial numbers.
The model numbers on the machine ID sheet are the serial numbers for the devices.
On Sheet1, I see one occurrence of "For printer [ID:4]" but no occurrences of this type are found on Sheet2.
There is only one occurrence of each ID number, then a lot of data underneath, until it gets to the next device so you will see "For printer [ID:4]" "For printer [ID:5]" "For printer [ID:6]" etc each one relates to a specific device, but the serial for that device is on the Machine ID sheet.
Sheet also has no headers in row 1.
The export has around 600,000 rows on each page, when it hits the max row length it spills over onto a new sheet, it's how the report comes unfortunately.
Could you please explain in detail what you want to do using a few examples from your data referring to specific cells and worksheets?
On the first sheet you'll notice in column B there are a number of device ID's (not the numbers e.g. 887987) they are spread throughout column B (you'll have to look hard to find them, or filter for them!)
They look like this:
For printer [ID:4] GHTA5501i - TASKalfa 5501i
For printer [ID:5] 6TA4551ci - TASKalfa 4551ci
For printer [ID:6] GHTA4551ci - TASKalfa 4551ci
For printer [ID:7] GHTA8001i1 - TASKalfa 8001i
For printer [ID:8] GHTA8001i2 - TASKalfa 8001i
For printer [ID:9] GHTA8001i3 - TASKalfa 8001i
For printer [ID:10] GHTA8001i4 - TASKalfa 8001i
For printer [ID:11] 14TA4551ci - TASKalfa 4551ci
For printer [ID:12] GTA3501iLINK - TASKalfa 3501i
For printer [ID:13] 1TA4501i3PK2 - TASKalfa 4501i
For printer [ID:14] GTA3010iLINK - TASKalfa 3010i
For printer [ID:15] 9TA4551ci2 - TASKalfa 4551ci
For printer [ID:16] GTA3010iREC - TASKalfa 3010i
For printer [ID:17] GTA3501iPOST - TASKalfa 3501i
For printer [ID:21] 1TA4501i1PK1 - TASKalfa 4501i
That's the first page alone.
What I want to do is lookup each one, and where it exists place the Model / Serial number from the "Machine ID" worksheet into column A next to the device ID on Sheet 1 and sheet 2. For example:
Code:
Serial Number ID
L8F3X02317 For printer [ID:5] 6TA4551ci - TASKalfa 4551ci
L8F4103561 For printer [ID:6] GHTA4551ci - TASKalfa 4551ci
L8V4100305 For printer [ID:7] GHTA8001i1 - TASKalfa 8001i
For printer [ID:8] GHTA8001i2 - TASKalfa 8001i
For printer [ID:9] GHTA8001i3 - TASKalfa 8001i
For printer [ID:10] GHTA8001i4 - TASKalfa 8001i
For printer [ID:11] 14TA4551ci - TASKalfa 4551ci
For printer [ID:12] GTA3501iLINK - TASKalfa 3501i
For printer [ID:13] 1TA4501i3PK2 - TASKalfa 4501i
For printer [ID:14] GTA3010iLINK - TASKalfa 3010i
So I need it to copy the Model/Serial number from column B on the machine ID sheet to the cell in column A marked Serial.
It may help for me to remove some rows and show that example instead, like I say there is a lot of data.