It will be a great help if someone could guide me to do the following:
1. compare the Server Name and Serial Number values in Sheet 1 to the same in Sheet 2 and viceversa.
2. If values match populate the Machine Class column of the Sheet 1 with the Machine Class value from the Sheet 2 of the values found to be matching.
I have tried vlookup and a macro which actually helped me a bit to find the still no luck :'(
=VLOOKUP(A2,$B$2:$B$121,1,FALSE)
and
=VLOOKUP(B2,$A$2:$A$92,1,FALSE)
Where I had the Server names from Sheet 1 and Sheet 2 in columns A and B. However, this also didnt solve my problem.
I have Used this macro tryin to match:
However, wasn't successful :'(
Please do help...
Bookmarks