Home > Forum Home > Automating Data Analysis Tasks > Concatenate string and lookup in array? | Share |
Forum Topic | Post Reply Login |
Concatenate String And Lookup In Array? | Rate this: (3/5 from 1 vote) |
Hi! I'm new to this forum, so please bare with me, if I make some mistakes. OS: Win 7 pro Excel: Excel 2010 Beta I have 4 seperate drop down lists with input needed to determine the production of a PV system: Location, orientation, tilt and plant size. I would like to concatenate these 4 inputs, and look for a match value in a column. To give an example: Drop-down inputs: B4 = Copenhagen B6 = South B8 = 40 degrees B10 = 3,8kW This should be concatenated into "CopenhagenSouth40degrees3,8kW". Then the function should look in column N to find a exact match of this string. Column N contains the parameters (Selected from the dropdown lists), and column Q contains the production of the PV system (3.640 kWh in this case). As a final thing, I would like the function to return the value from the Q column. Is this possible? I have tried with the following functions: {=MATCH(CONCATENATE(B4;B6;B8;B10);A18:A30)} and {=VLOOKUP(CONCATENATE(B4;B6;B8;B10);A18:A30;1)} Any help is more than welcome. //Kasper | ||
Zeteco Energy - Renewable Energy Solutions | ||
Posted by Lhadrepsak on |
Replies - Displaying 1 to 1 of 1 | Order Replies By: Most recent | Chronological | Highest Rated |
Rate this: (3/5 from 1 vote) The CONCATENATE function can then be used inside a VLOOKUP function to return the match in the column Q. Be sure to use the option FALSE at the end to return exact matches only (not the closest with option TRUE). | |
Excel Business Forums Administrator | |
Posted by Excel Helper on |
Displaying page 1 of 1 |
Find relevant Excel templates and add-ins for Concatenate string and lookup in array? in the Excel Business Solutions Directory |