Related:
- Excel compare and copy the data intersheet
- Transfer data from one excel worksheet to another automatically - Guide
- Tmobile data check - Guide
- Beyond compare - Download - File management
- Excel mod apk for pc - Download - Spreadsheets
- Number to words in excel - Guide
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jul 28, 2011 at 04:11 PM
Jul 28, 2011 at 04:11 PM
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
Jul 31, 2011 at 01:48 PM
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
Jul 31, 2011 at 07:11 PM
Jul 31, 2011 at 10:21 PM
Aug 1, 2011 at 04:42 PM