strings

  1. B

    Highlighting words within a string if they appear on a list?

    Can someone help please? I have a list of boxes containing strings of text, I need to highlight any words appearing in these strings if they appear in my list... is this possible? For example: <tbody> Sentence List My motorbike is yellow yellow My car is red red car...
  2. B

    Compare delimited strings to a list

    Hi I have a workbook with two columns A & B. Each cell in Column A contains delimited strings: Example A1 contains OT6, PA3, PU4, PR2, PL8 A2 contains: AP3, AP, AP4, AP10 I would like to compare these cells in column A to a list in column B and return the answer if any of the values in A1 or...
  3. S

    Pivot count large amount of text strings

    I have 36k records of various free form text strings in one column. Is it possible to do a COUNT on the number of combinations? If some words are misspelt is there a way to do a fuzzy logic search and COUNT?
  4. B

    Expanding a Selected Range

    Hi VBAers, I have a range which is selected via a find function, not a cell reference. The find looks for two unique strings then selects the range between. From here I want the selected range to expand out 12 columns, say from Column A to Column M and keep that range selected. I can't...
  5. G

    Conditional formatting for multiple partial matches

    Hello all, I know I can use conditional formatting for each partial text string I want to effect by using SEARCH, but that would be a lot of single rules and time consuming to implement. I'm looking for a formula that will find any instance of a list of several partial text strings and apply...
  6. I

    If statement to force user to insert 4 specific strings

    Hello, I need some help with an userform, i`m fairly new to vba coding so bear with me :). I have a "ComboBox1" created in the userform, i`ve used the "row source" property to alow a user to select only four strings from a range in excel. My question is: Can i use an if statement to force the...
  7. M

    deleting text in a string, then add new text to end of string

    I have a list of text which all end in "Config File", each of these text strings vary in length. I wish to be able to delete the words "Config File" from each of these text strings, and after i have deleted the text then add the text "V2A" to each of the text strings. Is it possible to do this...
  8. R

    Find and Replace strings in all worksheets in all workbooks in folder

    Hi there I have an excel spread sheet containing a table like so: <tbody> Find Replace AAA.BBBB.CCCC.00001 AAA.BBBB.CCCC.00001 AAA.DDDD.EEEE.000001 AAA.BBBB.CCCC.000001 </tbody> where A, B, C, D, E represent any letter, and 00001/000001 represent any number. The strings will always be...
  9. A

    vlookup question

    (please dont delete this thread, i cant think of a better title) hi everyone, i have strings (each cell contains) like this: <style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>WW098-ZK-TRXF-PAB-MRX-01 <style...
  10. B

    Simple colour coding of column data

    Hi Peoples - plz - Conditional formatting of column (text) data req: - if A1 = A2 then A2 is same fill colour as A1... strings down data column... & if A1 <> A2 then A2 is different colour to A1... strings down data column... Seems highly useful for quick visual reference change of similar...
  11. T

    Change (or replace) a String to Different Format

    Hello! I have recorded a macro to find an exact string and replace it to a different format. However, I have different strings and in the macro I would have to put in all the different variations in order for the macro to work. Is there another way I can change various strings to a certain...
  12. D

    Why does excel considers this two strings as equal

    hy accidentally found that excel considers this two strings !!i AAA as equal when (un)protecting a sheet can someone explain me why? is it just in my pc? could it be some sort of virus? thanks
  13. D

    function arguments

    I will probably be here a few times over the next few weeks to get answers to the stuff I am learning. Function REMOVE(Txt as string) As string Why 2 As Strings?
  14. O

    VBA script: Extracting specific text from a word document and putting them in an excel table

    Hi everyone, I am a beginner when it comes to VBA programming. I only know basic functions and know how to record a macro. I need your help to facilitate me a task. I am trying to extract specific information from many word documents and put them in a common excel table. I attached a sample...
  15. G

    Extract string(s) from string

    Hi, I have data exported from PowerApps/MS Flow into a excel spreadsheet and I need to extract the specific strings from the data to paste into Word. Sample strings: <tbody> [{"Id":2,"Value":"Unix/Linux"},{"Id":3,"Value":"VPSX"}] </tbody> <tbody>...
  16. D

    Array

    Hi, I wrote the formula below and it partially works. I was expecting 3 strings to return, but I am only receiving 2 strings. Syntactically, the formula is correct. I confirmed that the underlying data is correct. I narrowed the error down to the when the Match function leads into the row...
  17. D

    Sumifs where string contains two separate cell references sequentially

    Hi, can anyone help me with the below: I have delimiter separated strings in column A A value in column B Two separate strings in two reference cells (C1 and D1) I need to sum the values in column b where the string in column A contains first C1 then D1 I've so far tried...
  18. Roderick_E

    Function for Regions

    I'm trying to create a UD function that returns the region of the world of a two-letter country code but there must be a limit on strings. See my rlist Any ideas how to go about this differently? or can you join two strings? Public Function getregion(ctry As String) Application.Volatile Dim...
  19. M

    Creating Simple Function, getting "Compile error: Expected: )"

    Hello, I am completely green when it comes to making my own functions. Could someone tell me what I'm doing wrong here? I am sorry I was not able to find a relevant previous post...
  20. T

    Can’t edit CSV because it has too many columns. How to search and replace list of strings in CSV?

    I have a large odd CSV export that has too many columns to open without error. I need to replace about a thousand strings in the file. I ran a crude macro that extracted all the strings I need to find and replace. So I not have a one column listing the old strings and a new column listing the...

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