+ Reply to Thread
Results 1 to 6 of 6

Find and replace, leaving part of the cell untouched

  1. #1
    Registered User
    Join Date
    10-13-2014
    Location
    British Columbia, Canada
    MS-Off Ver
    2011 (Mac) and 2013 (PC)
    Posts
    5

    Find and replace, leaving part of the cell untouched

    Hello, this is my first post here.

    I am trying to add an IFERROR to all of the cells that start with QUARTILE in a sheet. There are a bunch of errors I want to delete, and they are affecting the quartile cells (which I want to keep). This will allow me to use goto->errors->delete to delete the rest of the errors.

    The way I was thinking was to find and replace with ** where the cells differ, but that doesn't seem to work.
    Find: QUARTILE.EXC(**:**,*)
    Replace: IFERROR(QUARTILE.EXC(**:**,*),0)
    Doesn't work.

    Any ideas?
    Last edited by austeane; 10-13-2014 at 04:50 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Find and replace, leaving part of the cell untouched

    Hi, welcome to the forum

    If you cant do this by changing the 1st cell andthen copying down, try this 3-step approach...

    1. Find =Quartile Replace with @@IFERROR(QUARTILE
    2. Find ) Replace with ),"")
    3. Find @@ Replace with =
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    10-13-2014
    Location
    British Columbia, Canada
    MS-Off Ver
    2011 (Mac) and 2013 (PC)
    Posts
    5

    Re: Find and replace, leaving part of the cell untouched

    Thanks! But will this not replace all of my other formulas' endings with ' ,"") '?

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Find and replace, leaving part of the cell untouched

    OK so adjust step 2 to suite, or add extra steps

  5. #5
    Registered User
    Join Date
    10-13-2014
    Location
    British Columbia, Canada
    MS-Off Ver
    2011 (Mac) and 2013 (PC)
    Posts
    5

    Re: Find and replace, leaving part of the cell untouched

    Actually think I've figured it out thanks! All of the cells I need to change are in the same rows, and it won't hurt the other formulas in those rows to add an IFERROR to them, so I think I'll do that, even if it is crude.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Find and replace, leaving part of the cell untouched

    Sometimes simple (and crude) is the quicker way to go

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Excel Find and Replace part of text in cell with a meaning from another worksheet
    By jiwaniakbar in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-14-2013, 04:21 PM
  2. [SOLVED] need VBA to find and replace part of a value in a cell
    By Marijke in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-04-2013, 05:46 PM
  3. Replies: 5
    Last Post: 06-30-2010, 08:36 PM
  4. Find and Replace Part of cell
    By adam2308 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-21-2009, 05:50 AM
  5. Find part of text within cell and replace from another cell
    By sydinstaller in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 11-27-2008, 05:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1