Top "Excel-match" questions

MATCH is an Excel function for searching for a specified value in a range of cells and it returns the relative position of the matched value in the given range.

Returning the column header of max value on per row basis

I have a spreadsheet whereby on a monthly basis I need to return the top product based on a table …

excel excel-formula excel-match
How to map the sheet 1 data with sheet 2 with help of Unique ID?

I have created an excel sheet with the attributes ID, NAME in one sheet. SHEET 1: In another sheet, I have …

excel lookup vlookup excel-match
Excel index match multiple row results

I'm stuck on an Excel problem and am hoping someone can assist. I read through 10-15 topics that are similar, …

excel excel-formula excel-match
Index/Match multiple columns in Excel

I have 2 sheets. Sheet 1 is set up similarly to: Keyword Domain Rank A Z 1 B Z 2 C Z 3 D Y 10 …

excel excel-formula excel-match
Using Match and Address functions within Macro or VBA

I have two worksheets, I want to use a value in sheet to_approve to lookup against column A in …

excel excel-match vba
Using MATCH() function with an unsorted list

I'm having an issue with a spreadsheet formula that uses the MATCH() function. =IFERROR(IF(LENB(Y2461)<> 0, "Complete", …

excel excel-formula worksheet-function array-formulas excel-match
Use Excel Match Result as Column Selection

I have a MATCH expression that returns the valid row number. I now need to combine this result with a …

excel worksheet-function excel-match
Optimization of vlookup with multiple criteria (index + match)

I have a 12x18 Excel range which draws data from a 823x20 sheet (Results!$A:$T) according to the 12x18 …

excel optimization indexing excel-match
Evaluate Match function with variables

I would like to use this through VBA - =MATCH("PlanA",A:A,0) with EVALUATE. Sub Test() Dim SectionStartRow As …

excel vba evaluate excel-match