Hi all,
I need assistance with a VLOOKUP formula or if you know of another formula that can do the job, that would be great.
I have a workbook with two worksheets. sheet1 and sheet2
Both worksheets each have one table. sheet1 has table1 and sheet2 has table2
Both tables have different data and different columns, except for the first column (Column1).
This first column for both sheets consists of numbers (ie. 1000, 1001, 1002, 1034,1089, 1634, etc) that are in the same format.
However, the data in the first column will not be in the same order AND one table might have more data over the other.
With that in mind, what I am trying to do is as follows (using the tables displayed below):
Create a formula that goes at the end of the table on sheet1 (for example: cell F2), which then looks at the cell on the same row from the first column (A2 - this has the data 1010). It then matches the data (1010) with column1 sheet2 (in this example - cell A5). If the data matches, it then looks for a specific column of my choosing to the right (for this example, column4) and displays that data from the same row (D5 which shows the word 'green').
So back on sheet1 where the formula was entered, it should display the word 'green'.
If it cannot find a cell in the first column which matches the same data, it can either show as blank or N/A. not too fussed.
So to summarize the above:
1. The formula is to be entered in cell F2 of sheet1.
2. Cell A2 from sheet1 matches cell A5 from sheet2.
3. Since it matches, I want the formula to look for column4 and display the data that is from the same row (which is cell d5 and shows 'green').
Sheet1:
Sheet2:
I appreciate any help that can be provided! If anything is unclear, please let me know and I will do my best to further explain.
I need assistance with a VLOOKUP formula or if you know of another formula that can do the job, that would be great.
I have a workbook with two worksheets. sheet1 and sheet2
Both worksheets each have one table. sheet1 has table1 and sheet2 has table2
Both tables have different data and different columns, except for the first column (Column1).
This first column for both sheets consists of numbers (ie. 1000, 1001, 1002, 1034,1089, 1634, etc) that are in the same format.
However, the data in the first column will not be in the same order AND one table might have more data over the other.
With that in mind, what I am trying to do is as follows (using the tables displayed below):
Create a formula that goes at the end of the table on sheet1 (for example: cell F2), which then looks at the cell on the same row from the first column (A2 - this has the data 1010). It then matches the data (1010) with column1 sheet2 (in this example - cell A5). If the data matches, it then looks for a specific column of my choosing to the right (for this example, column4) and displays that data from the same row (D5 which shows the word 'green').
So back on sheet1 where the formula was entered, it should display the word 'green'.
If it cannot find a cell in the first column which matches the same data, it can either show as blank or N/A. not too fussed.
So to summarize the above:
1. The formula is to be entered in cell F2 of sheet1.
2. Cell A2 from sheet1 matches cell A5 from sheet2.
3. Since it matches, I want the formula to look for column4 and display the data that is from the same row (which is cell d5 and shows 'green').
Sheet1:
Book1.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Column1 | Column2 | Column3 | Column4 | Column6 | Column7 (formula goes in this column) | ||
2 | 1010 | |||||||
3 | 1013 | |||||||
4 | 1019 | |||||||
5 | 1029 | |||||||
6 | 1096 | |||||||
Sheet1 |
Sheet2:
Book1.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Column1 | Column2 | Column4 | Column5 | ||
2 | 1001 | red | ||||
3 | 1002 | red | ||||
4 | 1003 | red | ||||
5 | 1010 | green | ||||
6 | 1008 | green | ||||
7 | 1012 | red | ||||
8 | 1013 | yellow | ||||
9 | 1016 | green | ||||
10 | 1029 | yellow | ||||
11 | 1030 | yellow | ||||
Sheet2 |
I appreciate any help that can be provided! If anything is unclear, please let me know and I will do my best to further explain.