Tim Hanson
Member
Not sure how to proceed comparing and shifting between two sheets also would you use vlook up, a double loop?
Any help is appreciated
sheet1
Sheet2
Need
sheet1
Any help is appreciated
sheet1
Code:
cola colb location
stuff xxx city1
stuff bbb city1
stuff ooo city10
stuff ooo city7
stuff ooo city2
.
.
.
Sheet2
Code:
latitude longitude city
lat1 lon1 city1
lat2 lon2 city2
lat3 lon3 city3
lat4 lon4 city4
lat5 lon5 city5
.
.
.
Need
sheet1
Code:
cola colb location latitude longitude
stuff bbb city1 lat1 lon1
stuff ooo city1 lat1 lon1
stuff ooo city10 lat10 lon10
stuff ooo city7 lat7 lon7
stuff ooo city2 lat2 lon2
.
.
.
Attachments
Last edited: