Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
In Excel is there a way if I have two spreadsheets that it can match on
one of the cells and create a third spreadsheet that contains data from the first two. For example spreadsheet #1 has field1,field2 john lasson,09/21/2004 john smith,05/15/2004 spreadsheet #2 has field1,field2 john smith,$120 john lasson,$140 I'd have it match up so I'd get a 3rd sheet with john lasson,09/21/2004,$140 john smith,05/15/2004,$120 Is there a way to do this in excel? Thanks, Chris |
#2
![]() |
|||
|
|||
![]()
Hi
1. copy the values from sheet1 in sheet3 2. in column C use a formula such as C2: =VLOOKUP(A1,'sheet2'!$A$1:$B$100,2,0) and copy down -- Regards Frank Kabel Frankfurt, Germany "Socialism" schrieb im Newsbeitrag ups.com... In Excel is there a way if I have two spreadsheets that it can match on one of the cells and create a third spreadsheet that contains data from the first two. For example spreadsheet #1 has field1,field2 john lasson,09/21/2004 john smith,05/15/2004 spreadsheet #2 has field1,field2 john smith,$120 john lasson,$140 I'd have it match up so I'd get a 3rd sheet with john lasson,09/21/2004,$140 john smith,05/15/2004,$120 Is there a way to do this in excel? Thanks, Chris |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get my actuarial spreadsheets to comply with SOx? | Excel Discussion (Misc queries) | |||
Match & Index | Excel Worksheet Functions | |||
How do i Match all COLUMNS? | Excel Worksheet Functions | |||
Find a match that;s not exact | Excel Worksheet Functions | |||
Vlookup, Index & Match | Excel Worksheet Functions |