Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Help VLOOKUP function

Dear All,

I am in process of book reconciliations and for that i need to know that how
can we use Lookup function to compare value in Asending arranged two Coulmns.

My purpose is,

1. Match the values in 2 side by side coulmns A n B ( suppose)
2. Then arrange the Matched values in these coulmns so that
same values come face to face and those which are not identical goes in
the last
of the relevant column

So that i can not only compare the data in tow coulmns but aslo get it
arranged


Reg,
Ali.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 789
Default Help VLOOKUP function

Hi
A work around:

1. Put the first column of data in column "A" and the second in column
"D"
2. Name the column "A" of numbers "Data1" by selecting it and doing
Insert, Name, Define and typing Data1 in the name box.
3. Do the same for the second column "D" of data - call it Data2
4. In the first cell of column "B" next to Data1 put the formula
=Vlookup(Data1, Data2, 1, False)
and fill this formula down.
Wherever you see a #N/A, the number is in Data1 but not in Data2.
5. In the first cell of column "E" next to Data2 put the formula
=Vlookup(Data2, Data1, 1, False)
and fill this formula down.
Wherever you see a #N/A, the number is in Data2 but not in Data1.
6. sort the data in Columns "A" and "B" ascending for column "B". This
will put all the #N\A cells to the bottom.
7. sort the data in Columns "D" and "E" ascending for column "E". This
will put all the #N\A cells to the bottom.

8. Remove the #N/A characters from the bottom of list in column B.
Replace them with the numbers in column D that have a #N\A next to
them.

regards
Paul
Ali Noor wrote:
Dear All,

I am in process of book reconciliations and for that i need to know that how
can we use Lookup function to compare value in Asending arranged two Coulmns.

My purpose is,

1. Match the values in 2 side by side coulmns A n B ( suppose)
2. Then arrange the Matched values in these coulmns so that
same values come face to face and those which are not identical goes in
the last
of the relevant column

So that i can not only compare the data in tow coulmns but aslo get it
arranged


Reg,
Ali.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Help VLOOKUP function

Dear PAUL,

i have tried ur under mentioned method how ever there seems to be some
problem,

actual data and problem is as below,

Data1 Data2
4471 4471
4472 4472
4473 4475
4474 4476

as per ur instruction i have inserted data names and all how ever #N/A is
being shown in all the cells where as it should have come for 4473 and
4474.... with ref to Data 1 only..... there is some problem..... there is too
much data i have to compare...... and i will be thankful..... actualy there
is complete range in two coulmns.... and i have to compare it...

Do help me i have even sent Excel sheet on ur email address




--
Ali.


" wrote:

Hi
A work around:

1. Put the first column of data in column "A" and the second in column
"D"
2. Name the column "A" of numbers "Data1" by selecting it and doing
Insert, Name, Define and typing Data1 in the name box.
3. Do the same for the second column "D" of data - call it Data2
4. In the first cell of column "B" next to Data1 put the formula
=Vlookup(Data1, Data2, 1, False)
and fill this formula down.
Wherever you see a #N/A, the number is in Data1 but not in Data2.
5. In the first cell of column "E" next to Data2 put the formula
=Vlookup(Data2, Data1, 1, False)
and fill this formula down.
Wherever you see a #N/A, the number is in Data2 but not in Data1.
6. sort the data in Columns "A" and "B" ascending for column "B". This
will put all the #N\A cells to the bottom.
7. sort the data in Columns "D" and "E" ascending for column "E". This
will put all the #N\A cells to the bottom.

8. Remove the #N/A characters from the bottom of list in column B.
Replace them with the numbers in column D that have a #N\A next to
them.

regards
Paul
Ali Noor wrote:
Dear All,

I am in process of book reconciliations and for that i need to know that how
can we use Lookup function to compare value in Asending arranged two Coulmns.

My purpose is,

1. Match the values in 2 side by side coulmns A n B ( suppose)
2. Then arrange the Matched values in these coulmns so that
same values come face to face and those which are not identical goes in
the last
of the relevant column

So that i can not only compare the data in tow coulmns but aslo get it
arranged


Reg,
Ali.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to combine Combo Box function with Vlookup function KH Excel Worksheet Functions 2 April 5th 10 01:24 PM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
HOW DO I NEST THE VLOOKUP FUNCTION WITH THE LEFT FUNCTION CHAIM Excel Worksheet Functions 1 July 27th 05 09:10 PM
how do I write a vlookup function within an iserror function so t. JBLeeds Excel Worksheet Functions 2 March 16th 05 10:30 AM
I want to use Vlookup function and AND function in a single formu. prakash Excel Worksheet Functions 3 January 25th 05 07:11 AM


All times are GMT +1. The time now is 05:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"