vishy
New Member
- Joined
- Jul 14, 2011
- Messages
- 3
hi,
i m workin on a application using vba developer...am not used to vb.
thing is i hav data consisting 3 columns..
1. source- area name
2. destination-area name
3.kms- numeric value
each data unique combination...but repeated places..
eg: califrnia to new york is a combination, so does california to texas, texas to new yok...
the data goes hundreds..
wat the application consists is ..two combo box..
one for source nd another for destin...i populated the list by usin properties- list fill range and linked it to two different cells...
the requirement is..
excel has to lookup the value in the two different linked cell of combo box ..ant return kms value...
excel has to match the combination to data and return third column value
i tried but get nly #NA...
pls help me on this...suggest some less complicated solution if any
i m workin on a application using vba developer...am not used to vb.
thing is i hav data consisting 3 columns..
1. source- area name
2. destination-area name
3.kms- numeric value
each data unique combination...but repeated places..
eg: califrnia to new york is a combination, so does california to texas, texas to new yok...
the data goes hundreds..
wat the application consists is ..two combo box..
one for source nd another for destin...i populated the list by usin properties- list fill range and linked it to two different cells...
the requirement is..
excel has to lookup the value in the two different linked cell of combo box ..ant return kms value...
excel has to match the combination to data and return third column value
i tried but get nly #NA...
pls help me on this...suggest some less complicated solution if any