Search : in
By :

MATCHING THE DATA AND

Last answer on Nov 8, 2009 1:58:44 am GMT CHETHAN, on Nov 7, 2009 10:47:48 am GMT 
 Report this message to moderators

Hello,
I have Two MSExcel files,
1. DATA CONTAING OF MANY DEPOSITORS.
2. PERMANENT ACCOUNTS NO's ( PAN ) OF THE DEPOSITORS.

Firstly , all the depositors do not have the PAN.
Secondly , in the First File the Names of the Depositors are not in order.
But all the depositors have UNIQUE CODE NO.

I have entered all the UNIQUE CODE NO of the depositors who have the PAN in the Second file.

Now, I want a formula to:

Search the UNIQUE CODE NO from the Second file and return the PAN of that particular UNIQUE CODE in the next column in the First file.
( I cannot add the data in the same file , because the First File data wll be chaging from month to month )

Please help me how can I write the formula

Reg
CHETHAN
MYSORE - KARNATAKA - INDIA

Configuration: Windows XP Internet Explorer 8.0

Best answers for « MATCHING THE DATA AND » in :
Backup Outlook 2003 data ShowBackup Outlook 2003 data All Outlook 2003 data ( Emails, Agenda, Contacts, Tasks...) are in one file with .pst extension The file is in the following default folder: C:\Documents and Settings\Login\Local Settings\Application...
Watch football matches live ShowWatch football matches live Playing football with his ISP Playing football on the Internet Streaming Online Streaming Watching Football matches on Peer to peer acceess Playing football with his ISP A subscription offers access...
How to split data into multiple worksheets? ShowHow to split data into multiple worksheets? Issue Solution Note Issue I hope someone can help! I have a .csv file open with excel that contains a large amount of data that has been merged together so that each data set follows each...
Download EMS Data Export for SQL Server ShowDo you need to analyze your data in your SQL Server database? Would you like to print them? EMS Data Export for SQL Server offers to export them into MS Access, MS Excel, MS Word, RTF, HTML, XML, PDF, TXT, CSV, DBF or ODF only in a few steps. This...
Download Aqua Data Studio ShowAqua Data Studio is an advanced SQL editor. It can create, edit and execute SQL scripts. This software provides an integrated database with only one interface for connecting to databases. Query Analyzer enables users to work on RDBMS synthax and auto...
Data transmission - Cabling ShowCabling types Several physical data-transmission media are available to connect together the various devices on a network. One possibility is to use cables. There are many types of cables, but the most common are: Coaxial cable Double twisted...
Data transmission - The physical connection ShowWhat is a transmission channel? A transmission line is a connection between two machines. The term transmitter generally refers to the machine that sends the data while receiver refers to the one receiving the data. The machines can sometimes be...
OOP - Data encapsulation ShowThe concept of encapsulation Encapsulation is a way of organising data and methods into a structure by concealing the the way the object is implemented, i.e. preventing access to data by any means other than those specified. Encapsulation...

1

 venkat1926, on Nov 8, 2009 1:58:44 am GMT

In the first file use VLOOKUP function
I am giving you a trivial example
in sheet 2 A1 to B5 is
name pan
a 1
s 2
d 3
f 4
in sheet 1
name pan
d

the Pan for d is not available here
in B2 type this formula
=VLOOKUP(A2,Sheet2!$A$1:$B$5,2,FALSE)
you will get 3

can you work on this If so confirm
read help under this fucntion

Reply to venkat1926