Line up two columns of data?

adorr

New Member
Joined
Jun 17, 2014
Messages
11
Hi there,

I need help lining up two columns of data. For some reason I'm not having any luck using match, lookup, and index formulas...

Basically, I have a small set of data (a few hundred rows) that I want to line up with a much larger column of data, and I want to align them based on their case numbers.

Thanks!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
You should be able to use VLOOKUPS.
Just make sure the data types in the lookup value are the same data type (number to number, or text to text)

Example:


Excel 2012
ABCDEFGHIJKLM
1MAIN LISTEXTRA DATA to line up with MAIL LIST
2
3Case #Order DateNameOrder TotalInfo1Info2Case #Info1Info2
412014/04/13Margaret Peacock725.781  8More infoStill more info
522012/11/26Nancy Davolio1067.0058More infoStill more info2More infoStill more info
632012/12/06Janet Leverling90.19685More infoStill more info
742012/12/04Steven Buchanan2643.4092More infoStill more info4More infoStill more info
852013/05/28Margaret Peacock970.083More infoStill more info7More infoStill more info
962012/10/24Margaret Peacock804.680410More infoStill more info
1072014/03/24Michael Suyama83.2998More infoStill more info
1182014/01/05Janet Leverling369.2916More infoStill more info
1292013/04/22Janet Leverling1836.426
13102013/07/29Laura Callahan93.4002More infoStill more info
14112013/11/05Steven Buchanan250.9083
15
16
Sheet1
Cell Formulas
RangeFormula
E4=IFERROR(VLOOKUP(A4,$I$4:$K$9,2,0),"")
F4=IFERROR(VLOOKUP(A4,$I$4:$K$9,3,0),"")
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,706
Members
449,048
Latest member
81jamesacct

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