find

  1. T

    Paste Relative Formula in All Cells in Row Containing "XYZ"

    I have a file that references Bing API lookups through webcalls. When loading the sheet, sporadically, many of the calls work fine, and others throw out an error code and need to be refreshed. Re-pasting the formula to all cells again causes even some of the cells that were just loaded fine...
  2. Z

    Extract Text

    Hi, Anyone can help me with the right formula to extract the last text from the right. In below example, I need to extract whatever text comes after ABCD 1 or ABCD2. AB1TEXTExpected Result2012 - USA - ABCD 2 GreenGreen3011 - USA - ABCD 1 RedRed4013 - USA - ABCD 2 YellowYellow5014 - USA - ABCD...
  3. M

    Search/find function for an entire column

    Hi, I have this function that searches column A for words that I listed in column D and returns "found" or "not found". In the formula below, I only have to search for 4 words in column A so the formula refers to $D$4:$D$8. =IF(SUMPRODUCT(--ISNUMBER(SEARCH($D$4:$D$8,A5)))>0, "found", "not...
  4. C

    VBA Extract specific data from txt file

    Have a .txt file that contains specific data that needs to be extracted and placed into corresponding columns in Excel. My log file has the following structure: . . . === NAME: xyz123 === d1: ABCD, d2: EFGH e1: TRUE (12345) . . . . == Specific text == Not every log part ends with the ==...
  5. dommmm

    Struggling with mid/find

    Hi, I'm wondering how best to approach this... The formula I have in I2 is: =IF(RIGHT(H2,5)="00000",IF(ISERROR(MID(F2,FIND("LOCDIFF",F2)+9,FIND(":",F2,FIND("LOCDIFF",F2))-FIND("LOCDIFF",F2)-12)),H2,MID(F2,FIND("LOCDIFF",F2)+9,FIND(":",F2,FIND("LOCDIFF",F2))-FIND("LOCDIFF",F2)-12)),"")...
  6. V

    How to check if a Value is a date before running the find function

    I am trying to figure out how I can check if a value in a combobox is a date before running a find in VBA. The code looks like this: If Not IsError(DateValue(ComboBox1)) Then Set FindMe = DataSH.Range("A4:L1048576").Find(What:=DateValue(ComboBox1), LookIn:=xlFormulas, _...
  7. A

    Find a Date when "d" formated

    Hi, I have one excel sheet with the date 30/01/2021 custom formated with "d" to show me only the day (30). When I try to find the same date, in the format 30/01/2021, with "Find and Select" I get the message: "We couldn't find what you were looking for. Click Options for more ways to search."...
  8. A

    Mark in red color for unidentifided Numbers

    Hi All, please check my code below, this code finds number in Main sheet and makes color change in respective sheets based on its usage lets say if the usage app in main sheet then code makes perticular row to green colour in other sheets if the usage is Ex then it marks that row in yellow...
  9. S

    How can I extract a certain number of characters before a particular string or character?

    So I have data in a column that is delimited by spaces. It would be simple to delimit by the spaces to get the desired result but the data is not as you can see below: 5pt 3rb 1st 1bl 1-2fg 3-4ft 0pt 5rb 1as 3bl 1to 0-3fg 4pt 5rb 2bl 2-8fg If I delimited by space, I would have st...
  10. S

    Find row with 2 criteria

    Is it possible to find a row with 2 criteria? I'm importing survey anwsers to a worksheet, now I want to find the answers of a specified person I need to find the row in the worksheet(ImportLimesurvey) that has 2 specified cell values: In that row: the value of the C-cell has to be one of the...
  11. R

    Find next available code

    Hi, I have a set of codes and I want to find the next available code. Below is an example for it. So if I enter 02-002 then I should get the next code available which is 02-002-0004. I am looking for an excel formula instead of VBA code. Thanks for your assistance. Product Code Input...
  12. E

    Loop works on 1st cell in range but then stops...any suggestions?

    Hi All, I am trying to loop thru each account in my account master, find the range of cells 7 rows over in the next tab, copy those cells into a calculation sheet with a multiple the values, then I want to paste the end result back into my account master sheet. I am able to get the 1st account...
  13. E

    Trying to find all instances of a client name and copy the range into a new workbook

    Hi All, I'm trying to find all instances of a client name and copy the range into a new workbook where I want to perform a calculation. These are my headers and I want to do a find on the client account number, such as 5 and then copy the range. My existing range runs from A1:I71573. I have...
  14. P

    Macro: Find - Match - Return Value

    Hi everyone, Here is an extract of my database. In the "Score" sheet we have different columns from which I have to find specific words to match with those from "Data" sheet. I would like to create a macro : If there is more than 1 Instr in columns C, G, K and O then columns S, T, U and V are...
  15. T

    Excel to find key words and paste the same in Criteria column

    Team.. Need your help again. I believe it is possible for Excel to find key words as described by user and paste the same in the dedicated cell. And I also believe this can be done without using a Macro. Please help out on the below.. I prefer not to use Macro's if possible please. Keyword and...
  16. A

    find function for array

    Hi everybody, I have a list of records (string type) and another list of words & prices. i want to check if the string contain the one of the word from the list (max 1 word) if its exist in the string take the price of the word. for exp Bosch Power Tools Combo Kit - string combo kit - word...
  17. M

    Extract name from a column in different sheet

    Hi I have a list of addresses in column A of Sheet 1 in a file (please see the 9 rows below). I will regularly need to populate the 'City' name in column B of Sheet 1, using the City names from column D of Sheet 2. And I've been advised to do this manually, but I'm sure there's a formula...
  18. S

    First NotBlank Column C and First Blank Column E

    Hi folks, I am looking for a VBA to search two column in a worksheet. As the title suggests, I would like the code to find the first non-blank in Column B (it will be text, if that makes a difference) Once it finds the first non-blank in Column B, it should look to see if Column E is Blank...
  19. G

    VBA Select range using Find method and variables

    Hi All, I have a set of values in Column A of a worksheet named "Data". Cell A1 has the value as "Description" Cell A9 is blank Cell A10 has the value as "Team Total" The current active cell is D100 I would like to use the VBA "Cells.Find(What:="Description" statement to get to A1 from...
  20. S

    searching for data in columns with the same argument

    Hello. I am trying to copy/paste data from 2 columns (containing several rows with required data) and transfer the columns to another worksheet in the workbook over a time span of either 23-24-or 25 hrs The problem is that I need to use an argument what is not consistent and I have a macro in...

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