matches

  1. E

    Why this OFFSET formula does not work?

    Hello I have this OFFSET formula but it does not work: =OFFSET(MATCH("AU",C:C,0),0,1) I want basically to return the value of the cell to the right of the cell that matches "AU" Thanks
  2. kweaver

    VBA: Find column number after find

    I'm looping through rows of a sheet and want to find the column number when Sheets("Data").Cells(i,1) matches a value in another sheet in a range. For example, what is the matching column number when Sheets("Data").Cells(i, 1) matches a value in Sheets("Output").Range("$G$4:$Z$4") The match...
  3. I

    Multiple Criteria: IF 2x 2-Column Matches then show corresponding value in parallel row (two sheets)

    Hi there, I'm wanting to create a formula that retrieves a unique cell value if multiple criteria are met. E.g. If 'Interface'!H8 matches item in 'ReferenceList'!ColumnT3:T245 & 'Interface'!I8 matches item in 'ReferenceList'ColumnU3:U245 then show corresponding value in...
  4. L

    SumIf text matches in row above

    Hi all, I am trying to have column H total the points to date only if the name in Column A matches the row above it. I had created a macro to automatically sort Column A. But currently Column H is adding the row above even though the names do not match. Column H currently has this formula...
  5. R

    Match Multiple Cells in Multiple Sheets and Return the Number of Matches Found

    I would like a formula to match data from two cells in any row to two cells in any row in another sheet. If there are matches, the formula should return the total number of matches. I would like to avoid VBA as I am new to excel. I have an example spreadsheet but can't figure out how load it here.
  6. L

    Using VBA to Return Multiple Matches and Aggregate Responses on Different Cells

    Hope you are well, I have a large data base and I need the below in excel using VBA preferably or a formula. AT moment data is below. I have multiple company names that have chosen a huge amount of products. I have the listing name in one cell and listing ID in another cell and the products...
  7. L

    Non Blank Matches

    Hello, Is there a formula to retrieve non blank matches in column D? Thank you Excel WorkbookABCD1IDSales OrderUnique IDsSales Order21010matching Sales Order Numbers3105020matching Sales Order Numbers410matching Sales Order Numbers520matching Sales Order Numbers620matching Sales Order...
  8. K

    What formula should I be using for this?

    Hi all. I am really rusty on excel so I suspect there is an easy answer to this question, but it currently eludes me. Hopefully I can at least explain what I am trying to do! If sheet 1, cell a2 matches and cell in sheet 2, range a:a then display the matching contents in range c:c (same row...
  9. S

    Find and Highlight Partial Matches in ONE COLUMN

    Hi, I have a list of people in Column (A) followed by their home addresses in column (B). I would like to find a formula that will look at ONLY column B and highlight any cells that contain partial matches of home addresses to another cell in the same column B. I only find formulas that work if...
  10. B

    Conditional formatting one cell to a column

    I have a workbook with several worksheets in it. I want to conditional format one column on one work sheet when: It matches the same exact number that could be in and any cell in a column in another worksheet Example: conditional format if – Review $G$11:$G$107 matches List $C$5:$C$329...
  11. B

    Match this cell on a different tab, four times formula

    Hey all, not sure how to explain this, but I'll try my best, I am looking for a formula to do the following: If A1 matches A2, then add 2 points (+2) to A3, If B1 matches B2, then add 2 points (+2) to A3, if C1 matches C2, then add 2 points (+2) to A3 If D1 matches D2, then add 2 points...
  12. matthewlouis

    Index and Match with Multiple Criteria

    I am trying to match 3 rows of data with data in another tab ('1'). For some reason, some of the returned values are correct . . . but some are returning the results from a different row. {=INDEX('1'!$R$5:$R$55,MATCH(C71&D71&E71,'1'!$A$5:$A$55&'1'!$B$5:$B$55&'1'!$C$5:$C$55),0)} When it looks...
  13. W

    make formula not exact match

    Hello the below is a sum formula and adds number less the 0 and if other column matches the word "TEST" =SUM(SUMIFS(E2:E308,E2:E308,"<0",F2:F308,{"TEST"})) How do I make the formula still work if the other cell contains the word TEST along with other words? Does not have to be only the word TEST
  14. P

    COUNTIF to compare 2 seperate columns of names both exact matches and similar matches

    Hi I'm using COUNTIF to compare a list of names that is imported from the web (Column C) to my own list of names (Column A) and counting these for matches in (Column B). I'm using COUNTIF to count when there are matches in 2 separate columns as below: Column A Column C Actress...
  15. C

    Vlookup

    Hi, I am trying to execute following code, this code matches first 10 characters of two columns and if it matches then it copy and paste it in the workbook. /code .Formula = "=VLookup(LEFT(A2,5),'C:\Users\ofatima\Documents\Ivy Woo\[dump_parts_IWoo New.9175.xls]Sheet1'!$A: /code it is...
  16. K

    IFERROR(Index(match array

    The below formula only works with an array. However there are some #N/As. And when I try to add IFERROR using the second formula all the found matches turn to blanks. Any ideas what I could be doing wrong...
  17. H

    Macro to delete the Duplicate columns

    Hi Experts, I have a data below. <TBODY> A</SPAN> B </SPAN> C</SPAN> 161600</SPAN> IO</SPAN> 20000</SPAN> 161601</SPAN> AF</SPAN> 20000</SPAN> 163348</SPAN> AB</SPAN> 60000</SPAN> 161600</SPAN> IO</SPAN> 20000</SPAN> 166240</SPAN> AC</SPAN> 24000</SPAN>...
  18. E

    Which array formula will return matches based on several criteria?

    Hello I read that some formulas return all matches in an array e.g. {match1, match2, match3, etc} My question is which formulas do that and which specifically accepts multiple AND/OR criteria? Thanks!
  19. E

    Return a list of matches

    Hello In a file with several columns one of which is the ID column, I want to populate a list of IDs that are specific matches (eg COUNTIF matches). The problem is that the matches can be 0,1,2,3 etc. How can I do that?
  20. C

    Count number of matches within a range of specific criteria

    I am trying to count the number of matches between tworanges (column A and L). The hard part is I need the ranges to first be sortedbased on certain criteria. Now I know the basic matching formula I know is =SUMPRODUCT(COUNTIF(A2:A2000,L25:L5000)) The below formula counts the number of rows...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top