newbie needs help. I have a data table. I need to match two

contare

New Member
Joined
Oct 11, 2006
Messages
4
A---B---C---D
1 Cat Yes Brown
1 Dog Yes Red
2 Cow No Green
2 Pig Yes Green
3 Rat No Brown


1 --- 2 --- 3 --- 4
Cat Cow Rat
Dog Pig




I need to copy all data with a "1" in column A onto a new sheet.
Matching the data in a new column with those on the right table.
So all critera from A with a "1" will be under the #1 column in second table.

I tried VLOOKUP,MATCH,INDEX non got me the data or my function was wrong.

Thanx Contare
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
What if you just sorted your list based on the number, and then manually copied them over? Or you could write a macro to copy them over for you.

Good Luck

Hayden
 
Upvote 0
copy/paste vs.vlookup

I import the table and sort in the first table on a daily basis. I'm looking to cut time by allowing the computer to do it faster.



the software should make it simple. I just need alittle help. Thans for your comments.
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,986
Members
449,060
Latest member
mtsheetz

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