BondReborn
New Member
- Joined
- Dec 15, 2015
- Messages
- 2
I am trying to take an export from our inventory management program and compare it to a tracker that was made after we completed a wall-to-wall inventory. I would like our sheet to find the unique identifier on the export and then compare the information in the adjacent cells. If the information is not right I would like it to either highlight or mark it in some way since just my section has 1500 entries and each entry has 3 fields that I need to compare.
Example
[table="width: 500, class: grid"]
[tr]
[td]Unique Identifier[/td]
[td]Model[/td]
[td]Serial Number[/td]
[td]Location[/td]
[td]Unique Identifier[/td]
[td]Model[/td]
[td]Serial Number[/td]
[td]Location[/td]
[/tr]
[tr]
[td]001[/td]
[td]990[/td]
[td]123456[/td]
[td]RM #1301[/td]
[td]030[/td]
[td]9020[/td]
[td]123654[/td]
[td]RM #2045[/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[td]001[/td]
[td]990[/td]
[td]123456[/td]
[td]RM #1302[/td]
[/tr]
[/table]
I want our sheet to look for 001 in the right list and then compare the model, serial number, and location columns to the information that we have. When it notices that the export says that this equipment is located in 1302 instead of 1301 I would like it to highlight the cells that are different or notify me in some other way.
Example
[table="width: 500, class: grid"]
[tr]
[td]Unique Identifier[/td]
[td]Model[/td]
[td]Serial Number[/td]
[td]Location[/td]
[td]Unique Identifier[/td]
[td]Model[/td]
[td]Serial Number[/td]
[td]Location[/td]
[/tr]
[tr]
[td]001[/td]
[td]990[/td]
[td]123456[/td]
[td]RM #1301[/td]
[td]030[/td]
[td]9020[/td]
[td]123654[/td]
[td]RM #2045[/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[td]001[/td]
[td]990[/td]
[td]123456[/td]
[td]RM #1302[/td]
[/tr]
[/table]
I want our sheet to look for 001 in the right list and then compare the model, serial number, and location columns to the information that we have. When it notices that the export says that this equipment is located in 1302 instead of 1301 I would like it to highlight the cells that are different or notify me in some other way.
Last edited: