Good Day,
I have data that looks like this and would like to use VBA to obtain results faster. Essentially Im comparing pairs of columns A/B with C/D and getting the missing values in E/F
Data starts in A1 and lies in Sheet1
Right now I'm managing with excel formulas but the repetition is cumbersome so thinking that VBA might be a better way forward. Thanks for any help with this.
I have data that looks like this and would like to use VBA to obtain results faster. Essentially Im comparing pairs of columns A/B with C/D and getting the missing values in E/F
Data starts in A1 and lies in Sheet1
Right now I'm managing with excel formulas but the repetition is cumbersome so thinking that VBA might be a better way forward. Thanks for any help with this.
Book3 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | A | Austin | B | Austin | B | Chicago | ||
2 | A | Boston | B | Boston | B | Houston | ||
3 | A | Chicago | B | Dallas | B | Portland | ||
4 | A | Dallas | B | New York | ||||
5 | A | Houston | B | Seattle | ||||
6 | A | New York | ||||||
7 | A | Portland | ||||||
8 | A | Seattle | ||||||
Sheet1 |