excel - VBA With two columns if column 1 is a duplicate and column 2 is not give error -


example data:

pin name  voltage v3v   3.3 v3v   3.3 v3v   3.3 v3v   4 vin   58 vdr   6.5 vdrext    6.5 v3v   3.3 

desired output:

bus name voltage v3v      3.3 vin      58 vdr      6.5 vdrext   6.5 

i having hard time figuring out best way this. use dictionary, collection, or 2 arrays this? need error if pin name duplicate has different voltage rest of same pin names.

do have list of correct values each name? compare them using formula.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

node.js - Node - Passport Auth - Authed Post Route hangs on form submission -

Does Firefox offer AppleScript support to get URL of windows? -