exact match

  1. S

    How can filter and match the exact state with their aligned values to a set of calculations?values

    I have been receiving some help online creating a spreadsheet. So far...I have gotten what I wanted.... But I am stuck at this point... On sheet 2 ,Values in Column A rows; values in Col B-F are multiples of ColA (12x,13x,37x,101x,111x). List pairs of Lottery names and values are in Col H/I &...
  2. M

    VLOOKUP: copying formula - only returns same value for all cells

    I am attempting to pull a city's "county" from a table by using the zipcode. The formula works, but when attempting to copy the formula into the other cells. It still pulls the original zipcode from the first cell that was entered. I have dragged the formula using the "+" and used control +...
  3. E

    Finding an Exact Match within VBA

    Hi All, I was hoping there would be a way to write a VBA script that is basically a vlookup but needs to be able to be case sensitive. I have two sheets in my workbook. Sheet 1 has the Account ID and Sheet 2 has Account ID and Names (examples below). I would like to the VBA to look at Sheet...
  4. D

    Require Data Validation List to only allow Exact Match

    Hi I'm trying to get the data validation to only allow exact entries in cells based on a list. I'd previously achieved this by entering a delimited list but this doesn't seem to work so well with Office 365 on Mac. I have student grades and codes as a range. These include: A B C D E NS Ung NR...
  5. T

    VBA Match Advanced Filter - Excel 2010

    Hello, I'm new to excel vba and have been trying to write a code for filtering a worksheet based on exact match to my criteria range. For example, column L on my sheet1 includes D2-D26 and I only need to filter D2 and D20. But with the code I currently have I get all cells that start with D2...
  6. K

    Exact match in SUMIF criteria

    Hello everyone, I have a file with multiple sheets, each sheet has a list of IDs and next to it a number. <tbody> ID Number 1 345 21 334 021 23 145 3453 </tbody> All the sheets have the above format. I collect and sum all the numbers for each id from all the sheets with this formula...
  7. S

    Identify cells that end in 5 numbers

    Hi - I have a column which has names of businesses but some of them have the zip code attached to them. For example most cells are just ABC Company 123 Company Def Company But some are ABC Company90210 123 Company10011 Def Company20007 In all the cells that have zip codes, they are always 5...
  8. A

    Find exact match and partial within same cell

    Hi everyone, I've been struggling to find a way to use a single formula to look for a text within a cell and, in another case, an exact match in that same cell. This is an example: Case 1= if A1 contains "red apples, apples, pears, grapes", value is TRUE Case 2= if A1 contains "red apples...
  9. J

    Find Exact Number with Excel VBA

    So I'm doing a simple search replace anode = 123 With Range(Columns(5), Columns(5)) Set C = .Find(What:=anode, SearchFormat:=False) C.Value = newvalue End With How do I set my find so that I only return cells valued "123" not "1123" or "1239"? Thanks
  10. S

    VBA Exact Match Advanced Filter

    Hi I have to code below that performs and advanced filter which finds the specific range however I need it to find an exact match also when it performs the filter. for example now if finds the name PRODUCT01 but finds all products starting with PRODUCT01 so its finding e.g PRODUCT011...
  11. A

    Search in worksheet 2 (where data is stored) to find an exact side by side match for data in TWO cells not one. IF exact match Return (repeat) two ce

    I really hope I can get an answer for this question. I've spent HOURS trying to figure this out! I’M hoping that someone can help direct me. I’m able to search for an exact match using a VLOOKUP. I can only search one column though. <o:p></o:p> <o:p> </o:p> Here is my “current formula...
  12. S

    Exact Match Function Based on Letter Case

    Hello All, Does anyone know if you can create a Match Function that only finds an Exact Case match? My Data has records thar are unique in the system, but may not appear unique in excel matching terms. Record 1 ID: 0016000000g2upN Record 2 ID: 0016000000g2upn When performing an exact...
  13. B

    VLOOKUP - Lookup value slightly different to values in lookup table

    Hi All! I am currently having trouble using a VLOOKUP function. The reason I have a problem is my Lookup values are slightly different to how they appear in the lookup table, but they are similar. They are in fact serial numbers, but the two data export files I am using (annoyingly!) display...
  14. pedie

    Look for only exact match and not like match.

    Hi, Mycode looks in col A but find the like match and then updates..please advice on what I should do to get exact match I really doubt there is something wrong on the blue line....Is that coded correctly? I am trying to find ik in A:A and then find "" cell below it and then paste the copied...

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