excel-match

Two column lookup in table array using INDEX and MATCH

◇◆丶佛笑我妖孽 提交于 2019-11-26 16:49:06
I would like excel to display the value from table array which has two matching cells com_cd and div_cd using INDEX and MATCH . I have tried the following formula but it did not work. =INDEX(K9:K53,MATCH(K3,I9:I53,0),MATCH(K4,J9:J53,0)) Here is a screenshot of the excel sheet with the desired result given according to com_cd and div_cd Try an array formula (CTRL + SHIFT + ENTER) instead of Enter . =INDEX(K9:K53,MATCH(K3&K4,I9:I53&J9:J53,0),1) Not tested but should work. Will edit later explaining our formula and reason why your formula doesn't work. Your column_num parameter on the INDEX

Comparing two columns, and returning a specific adjacent cell in Excel

断了今生、忘了曾经 提交于 2019-11-26 16:47:13
问题 I am using a combination of if , vlookup , match , iserror functions, and unfortunately I've not been able to find the right formula. Comparing two columns for matches is easy enough. the tough part has been returning a specific cell once a match is found. So what I'm dealing with is something kind of like this: Header Column A Column B Column C Column D Row 1 111 AAA 112 Row 2 222 BBB 111 Row 3 333 CCC 221 Row 4 444 DDD 333 I'm trying to match column values in Column A , with Column C . So

If two cells match, return value from third

耗尽温柔 提交于 2019-11-26 12:27:12
问题 Here\'s a simple explanation of what I\'m having trouble with. Column A: List of 2300 order numbers Column B: Email Address associated with an order number Column C: List of 100 specific order numbers that I need the email address for So, I\'m looking to search column A for a value that matches C, and return the email address from column B in a new column (D). The current formula almost works, but instead of returning the email address where A matched C, it returns the email address from the