Related:
- How to use index match between two sheets
- Google sheets download - Download - Spreadsheets
- Music match jukebox - Download - Audio playback
- Google sheets right to left - Guide
- How to match data in two excel sheets - Guide
- How to copy data from one excel sheet to another - Guide
1 response
mubashir aziz
Posts
190
Registration date
Sunday 12 April 2009
Status
Member
Last seen
16 February 2010
166
6 May 2009 à 01:02
6 May 2009 à 01:02
Now write below formula in Sheet1 column location which suppose in A2
You are writing this formula in blank cell of sheet1
=INDEX(Sheet2!D:D,MATCH(A2,Sheet1!C:C,0))
Sheet2!D = This is the column of location in sheet2
Match(A2 This is the Name which you are searching for from Sheet1 to Sheet2
Sheet1!C:C This is the column "Name" in Sheet1
Just try above formula and do let me know ...........
You are writing this formula in blank cell of sheet1
=INDEX(Sheet2!D:D,MATCH(A2,Sheet1!C:C,0))
Sheet2!D = This is the column of location in sheet2
Match(A2 This is the Name which you are searching for from Sheet1 to Sheet2
Sheet1!C:C This is the column "Name" in Sheet1
Just try above formula and do let me know ...........
26 Oct 2009 à 11:29
example s/s 1 have column a-d which is similar to s/s 2, and i'm trying to index column e in s/s 1 over to s/s 2.
how do I do that?
28 Oct 2009 à 13:14
So I think we are trying to do the same thing - Will an if then work and can someone provide an example? Thank you.