Hey everyone,
I've searched this forum and I haven't found an exact answer to my question; sorry if this is found somewhere else, but here it is:
For my job I have to get rid of a lot of HDDs(1400 of them, and growing every day).
In excel I have to scan the serial number into the "A" column, then "B" is the make of the HDD, and "C" is the model.
This is extremely time consuming.
I noticed that the first 4 characters of the S/N for the HDD corresponds to the make and model. So, for a Western Digital HDD, model WD2500AAJS, the S/N is WMAV2A983220.
I can't figure out, in VBA, how to code an IF statement that first looks for that string of 4 characters at the beginning(WMAV) and then populates the Make and Model in adjacent cells in the same row, from a list of what different Makes and Models it could be.
I have about 50-90 different models of HDDs. Also, if the S/N doesn't correspond to any of them (FALSE) I need it to write "Unknown" in both fields.
If someone could get me started on this, I'd appreciate it greatly.
Bookmarks