View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
vinci vinci is offline
external usenet poster
 
Posts: 3
Default how to do this vlookup

hi all,
my first file
==========

(a) (b) (c) (d)
sno name pincode area

1 arun 123456 *
2 kumar 123457 *
3 raja 123458 *

note:
====
* how to get area from my second file (like vlook up)
conditions:
========
with out change fields order in both file.

my second file
===========

(a) (b)
area pincode

abc 123456
bcd 123458
cde 123457


my third file
==========

(a) (b) (c) (d)
sno name area pincode

1 arun * 123456
2 kumar * 123457
3 raja * 123458


note:
====
* how to get area from my second file (like vlook up)
conditions:
========
with out change fields order in both file.


pls anyone help this questions . i am awaiting for urs reply.


Regards,
vinci