Related:
- How to use index match between two sheets
- Music match jukebox - Download - Audio playback
- Sheets right to left - Guide
- How to move between sheets in excel - Guide
- How to open excel sheet in notepad++ - Guide
- How to screenshot excel sheet - Guide
1 response
mubashir aziz
Posts
190
Registration date
Sunday April 12, 2009
Status
Member
Last seen
February 16, 2010
166
May 6, 2009 at 01:02 AM
May 6, 2009 at 01:02 AM
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 ...........
Oct 26, 2009 at 11:29 AM
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?
Oct 28, 2009 at 01:14 PM
So I think we are trying to do the same thing - Will an if then work and can someone provide an example? Thank you.