Related:
- Excel compare and copy the data intersheet
- Beyond compare - Download - File management
- How to copy data from one excel sheet to another - Guide
- How to merge and compare two excel files - Guide
- Export data from excel - Guide
- How to copy data to multiple worksheets in Excel - Guide
2 responses
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
28 Jul 2011 à 16:11
28 Jul 2011 à 16:11
You need to use VLook up.
in Cell B2 of sheet 2 you can write (
=VLOOKUP(A2, 'Sheet1'!A:E, 2, false)
A2: cell address for which you want info from sheet 1
A:E columns where data is on sheet 1, "A" MUST be the column where the match must occur
2: In range A:E, if there is match in column A, then get me data from 2nd column (column B)
FALSE: I want exact match
in Cell B2 of sheet 2 you can write (
=VLOOKUP(A2, 'Sheet1'!A:E, 2, false)
A2: cell address for which you want info from sheet 1
A:E columns where data is on sheet 1, "A" MUST be the column where the match must occur
2: In range A:E, if there is match in column A, then get me data from 2nd column (column B)
FALSE: I want exact match
31 Jul 2011 à 13:48
A:employee no (employee no appear more than once) (a2:a5720)
B: name
C:address1
D:address2
E:address3
F:address4
G:pin
Sheet2 details
A:employee no (selected employee)
I want that employee no in the sheet2 should be searched in the sheet1 and if it matches then copy the data from "b to g" of the sheet1 in the sheet2 in same fashion as it is appearing in the sheet1. Please help me
31 Jul 2011 à 19:11
31 Jul 2011 à 22:21
1 Aug 2011 à 16:42