+ Reply to Thread
Results 1 to 4 of 4

Find/Replace after 8,192 Character limit

  1. #1
    Registered User
    Join Date
    08-09-2010
    Location
    princeton, nj
    MS-Off Ver
    Excel 2003
    Posts
    2

    Find/Replace after 8,192 Character limit

    Has anyone ever tried to do a replace of any phrase/string in a cell that contains more than 8,192 characters limit (replacing something after that mark), using wildcards?

    For example, if the string "Has anyone ever*characters limit" was to be replaced after the 8,192 character limit, how can this be implemented?

    I've tried in Office 2007 and 2013 to no avail. Please see attachment for example.

    Could I offer a couple of drinks for your help via Paypal? Thank you.
    Attached Files Attached Files
    Last edited by honeyhany; 09-20-2013 at 05:06 PM.

  2. #2
    Registered User
    Join Date
    06-30-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    70

    Re: Find/Replace after 8,192 Character limit

    u can use this formula to replace "Has anyone ever" to "new text" in A2 cell
    =REPLACE(A1,FIND("Has anyone ever",A1),LEN("Has anyone ever"),"new text")

    after that copy A2 cell and paste as a value only in A1 cell and then delete A2 cell formula

    Hope this will help u

  3. #3
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Find/Replace after 8,192 Character limit

    You can use the SUBSTITUTE function

    =SUBSTITUTE(A1,OLD TEXT,NEW TEXT)

    I tried it with the text in A1 and the formula in A2. I then copied A2 and pasted into a Text Box and the substitution had been made.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  4. #4
    Registered User
    Join Date
    08-09-2010
    Location
    princeton, nj
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Find/Replace after 8,192 Character limit

    Hi everyone, thank you for taking a look.

    It doesn't seem you are trying any string with a wildcard, that's my issue. See my example below (with the "*" character in the original document I attached:

    "Has anyone ever*characters limit"

+ 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. [SOLVED] Searching for Cell Content Larger than Find Function's Character Limit
    By spira in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-20-2012, 08:59 PM
  2. Workaround needed for 255 character find limit
    By NukedWhale in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-27-2009, 04:10 PM
  3. Find & Replace on Character numbers
    By SHS in forum Excel General
    Replies: 8
    Last Post: 08-10-2009, 10:32 AM
  4. Limit the dynamic range of find and replace
    By duugg in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-08-2009, 09:04 AM
  5. Find and Replace the character in a substring.
    By saikumar in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-14-2009, 04:44 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