kznmrexcel
Board Regular
- Joined
- Jun 16, 2010
- Messages
- 88
- Office Version
- 2016
- Platform
- MacOS
I have a list of scanned inventory where we are receiving replacements of broken Chromebooks on a specific trouble ticket. The worksheet, AssetRecd, with the replacements being scanned into our inventory as they arrive, looks like this:
A separate sheet, BrokenCBsenttoIT, which shows the broken devices being sent out for repair, looks like this:
We would like to return a specific asset barcode in each row from the AssetRecd worksheet next to each line item shown on the BrokenCBsenttoIT worksheet if the ticket # matches. The twist is that, for instance, asset barcode #T10048434 listed in the first column of BrokenCBsenttoIT does not match a specific barcode on AssetRecd. We only have the ticket number, 76725, on each sheet.
We want to return or "use" each replacement asset barcode only one time on one line from AssetRecd to the BrokenCBsenttoIT, even though lining up the asset barcodes will be random as long as the ticket number matches. If possible, our results in the Replacement bc recd column would look like what's shown below, and should we not have enough devices scanned into the AssetRecd worksheet, we "run out" and do not show a result for every line item with the same ticket number on the BrokenCBsenttoIT sheet.
Is this possible?
Note that the last cell is blank, indicating that we did not yet receive a replacement device for T10011287.
Is this possible?
Asset received and scanned | Scan date | Ticket |
T10024778 | 2/4/25 | 76725 |
T10027724 | 2/4/25 | 76725 |
T10023540 | 2/4/25 | 76725 |
T20033540 | 2/21/25 | 77173 |
A separate sheet, BrokenCBsenttoIT, which shows the broken devices being sent out for repair, looks like this:
Asset bc | Ticket | Date of ticket | Date of sent device recd *by* IT at district office | Sent to or collected by | Ticket # - replacements sent to GV | Replacement bc recd |
T10048434 | 76725 | 1/31/2025 | 2/4/25 | IT staff | 76725 | |
T10020505 | 76725 | 1/31/2025 | 2/4/25 | IT staff | 76725 | |
76393378 | 76725 | 1/31/2025 | 2/4/25 | IT staff | 76725 | |
T10014789 | 77173 | 2/12/2025 | 2/15/25 | Pony | 77173 | |
T10011287 | 77173 | 2/12/2025 | 2/15/25 | Pony | 77173 |
We would like to return a specific asset barcode in each row from the AssetRecd worksheet next to each line item shown on the BrokenCBsenttoIT worksheet if the ticket # matches. The twist is that, for instance, asset barcode #T10048434 listed in the first column of BrokenCBsenttoIT does not match a specific barcode on AssetRecd. We only have the ticket number, 76725, on each sheet.
We want to return or "use" each replacement asset barcode only one time on one line from AssetRecd to the BrokenCBsenttoIT, even though lining up the asset barcodes will be random as long as the ticket number matches. If possible, our results in the Replacement bc recd column would look like what's shown below, and should we not have enough devices scanned into the AssetRecd worksheet, we "run out" and do not show a result for every line item with the same ticket number on the BrokenCBsenttoIT sheet.
Is this possible?
Asset bc | Ticket | Date of ticket | Date of sent device recd *by* IT at district office | Sent to or collected by | Ticket # - replacements sent to GV | Replacement bc recd |
T10048434 | 76725 | 1/31/2025 | 2/4/25 | IT staff | 76725 | T10024778 |
T10020505 | 76725 | 1/31/2025 | 2/4/25 | IT staff | 76725 | T10027724 |
76393378 | 76725 | 1/31/2025 | 2/4/25 | IT staff | 76725 | T10023540 |
T10014789 | 77173 | 2/12/2025 | 2/15/25 | Pony | 77173 | T20033540 |
T10011287 | 77173 | 2/12/2025 | 2/15/25 | Pony | 77173 |
Note that the last cell is blank, indicating that we did not yet receive a replacement device for T10011287.
Is this possible?