KyleJackMorrison
Board Regular
- Joined
- Dec 3, 2013
- Messages
- 107
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
Hello,
I have a document where it holds all the information about the companies assets. I need to re-do the asset barcodes with our new naming convention.
(AO-B001 = "Awesome Company" - "Office" - "Class B" - "001")
I'm trying to automate the asset numbers and require a formula to search the asset table > classification column, reference it to the classification types on a different page and return the cell next to it with the classification letter.
Asset Table:
Classifications List on sheet "Settings":
So the outcome for the asset ID's will be:
I just require the code to assign the classification letter. Don't worry about the Company name, Location or the numbering.
Hope this makes sense.
Kind regards,
Kyle
I have a document where it holds all the information about the companies assets. I need to re-do the asset barcodes with our new naming convention.
(AO-B001 = "Awesome Company" - "Office" - "Class B" - "001")
I'm trying to automate the asset numbers and require a formula to search the asset table > classification column, reference it to the classification types on a different page and return the cell next to it with the classification letter.
Asset Table:
Asset ID | Classification | Manufacture | Model |
<Formula Needed> | PC | Dell | OptiPlex |
<Formula Needed> | Phone | iPhone | 6s |
<Formula Needed> | Monitor | Dell | Wide Boii |
<Formula Needed> | PC | Dell | OptiPlex 3040 |
Classifications List on sheet "Settings":
Class | Letter |
Phone | A |
PC | B |
Monitor | C |
Fridge | D |
So the outcome for the asset ID's will be:
Asset ID | Classification | Manufacture | Model |
AO-B001 | PC | Dell | OptiPlex |
AO-A001 | Phone | iPhone | 6s |
AO-C001 | Monitor | Dell | wide boii |
AO-B002 | PC | Dell | OptiPlex 3040 |
I just require the code to assign the classification letter. Don't worry about the Company name, Location or the numbering.
Hope this makes sense.
Kind regards,
Kyle