About 54,300 results
Open links in new tab
  1. Excel cell has an invisible character - Stack Overflow

    3 I was trying VLOOKUP between two different Excel sheets, but it always returned #N/A. I found out the problem is on the lookup workbook (second workbook); the value in the cell is a string …

  2. Fastest way to remove characters from cell - Stack Overflow

    What is the fastest way to remove characters for each cell? I have 300k rows, looping every single cell is not ideal. I tried text to column but i would need to know how many symbols there could be

  3. excel - Removing a certain character if it appears at the end of cell ...

    I have a massive database and looking to remove the pipe character '|' if it appears at the end of a cell. Some of the cells don't have the | at the end and do not need editing... so cannot just d...

  4. Remove all tab characters (\t) in excel cells - Stack Overflow

    Feb 23, 2023 · Can I remove all tab characters (\t) in excel using 'Find And Replace'? I can't use VBA or Excel Function, because sheet has many cells and don't know which cell has tab char.

  5. Removing special characters VBA Excel - Stack Overflow

    I'm using VBA to read some titles and then copy that information to a PowerPoint presentation. The problem is that the titles have special characters, but image files that I am also coping …

  6. Remove duplicates within Excel cell - Stack Overflow

    Guess this might be Excel's equivalent to google sheets' join function. Textjoin comes up if you type in =join - I took the formula provided in user11308575's post above but removed the …

  7. Excel: how do I remove all carriage returns from a cell?

    Oct 5, 2010 · I want to get rid of all the carriage returns in my cell. How do I do this?

  8. Formula to eliminate all but alpha characters - Stack Overflow

    Mar 19, 2015 · I need to scrub a column of names in Excel to eliminate all non-Alpha characters including periods, commas, spaces, hyphens and apostrophes. EXAMPLE: Change O'Malley …

  9. How to delete certain characters using excel VBA script

    Aug 4, 2015 · The following VBA script gets rid of unwanted characters but unfortunately only NUMBERS. Could you please assist me, It needs to rid letters too as in the table example …

  10. How to remove all non alphanumeric characters from a string …

    Jul 9, 2018 · I need to remove all non alphanumeric characters from a string except period and space in Excel. A solution using VBA rather than pure excel functions be just fine.