Home > Forum Home > Developing Business Administration Solutions > VLookup | Share |
Forum Topic | Post Reply Login |
Vlookup | Rate this: (3/5 from 1 vote) |
Hello, I needed help with the VLOOKUP.. here is what I'm trying to do... If you look below.. then you will see that Column A has all the names and Column B has it's Value.. likewise.. Column D has all the names and Column C has it's values... I'm trying to first match the names from Column A to Column D and if it matches then I want to see if Column B matches to Column C.. For examples, in Column A and B, it shows that AES Corporation has a B1 value and column C and D also shows that AES Corporation has a B1 value.. so it should come back with TRUE. If it had same names, but different values, it should come back as false.. Do I use vlookup? Please advise Excel Spreadsheet:
| ||||||||||||||||||||||||||||||||||||||||||
Posted by nilminh on |
Replies - Displaying 1 to 4 of 4 | Order Replies By: Most Recent | Chronological | Highest Rated |
Rate this: (2/5 from 4 votes) The solution is to first concatenate columns A and B and also columns C and D. Enter the following formulae in the cells indicated then copy down. E1: =A1&B1 F1: =D1&C1 G1: =VLOOKUP(E1,$F$1:$F$7,1,FALSE) H1: =IF(G1<>"#N/A",TRUE,FALSE) | |
Excel Business Forums Administrator | |
Posted by Excel Helper on |
Rate this: (3/5 from 1 vote) I received "#N/A" all the way down.. did I do it right??
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Posted by nilminh on |
Rate this: (3/5 from 1 vote) | |
Excel Business Forums Administrator | |
Posted by Excel Helper on |
Rate this: (3/5 from 1 vote) lookup_value table_array col_index_num range_lookup Can anyone suggest me how to implement these functions i vlookup ??? Any kind of reply would be greatly appreciated. [http://www.videoconferencingnow.com/] | |
Posted by Sheridan on |
Displaying page 1 of 1 |
Find relevant Excel templates and add-ins for VLookup in the Excel Business Solutions Directory |