Compare tables and mark differences (vlookup?

goodhope

New Member
Joined
Mar 25, 2011
Messages
1
hi all

i need to compare some tables and someone told me to use vlookup, but he couldn£t explain it to me. so it would be cool if someone here could help me. i can not spend a lot of money on this, and i guess it is just a matter of seconds for an excel specialist. but i could pay usd 10, so at least it is a a visit to the cinema or so :-).

so once again, i have 5 tables (one per person) in an email which i copied into an excel sheet. each table has 2 columns. in this tables are applications and prio, these are different, so the goal is, that every person has the same application and prio and that the changes are somehow marked, so that i can see who needs the application and which prio which prio has to be changed.

i hope i explained it correct in englisch and i hope someone can help me.


Here is the sheet: https://spreadsheets.google.com/ccc...UVUVneWUxNVBXUHc&hl=en&authkey=CK-05ukN#gid=0<!-- / message --><!-- BEGIN TEMPLATE: ad_showthread_firstpost_sig --><!-- END TEMPLATE: ad_showthread_firstpost_sig -->
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Hi Welcome to the boards!

If you want to use Vlookup, to compaire the tables, firstly you will need a list of all Appl Shortnames.

I've coppied the data you loaded into a work book.

Column S I have created a list of unique Appl Shortnames.

in cells..
T2 put A
U2 put B
V2 put C
W2 put D
X2 put E
Y2 put F

T3 =VLOOKUP(S3,$A$3:$B$59,2,0)
And drag the formula down

U3 =VLOOKUP(S3,$D$3:$E$59,2,0)
And drag the formula down

V3 =VLOOKUP(S3,$G$3:$H$59,2,0)
And drag the formula down

W3 =VLOOKUP(S3,$J$3:$K$59,2,0)
And drag the formula down

X3 =VLOOKUP(S3,$M$3:$N$59,2,0)
And drag the formula down

Y3 =VLOOKUP(S3,$P$3:$Q$59,2,0)
And drag the formula down


#N/A Returns where no App matches.

Regards
 
Upvote 0
Oh and payment is not required... If you feal the need put the $10 to charity.

Hope the solution works for you!

Regards

:)
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,812
Members
452,945
Latest member
Bib195

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top