+ Reply to Thread
Results 1 to 8 of 8

replace 1000 with nothing

  1. #1
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    replace 1000 with nothing

    Hello. If I have a bunch of text columns with a misplaced *1000, how can I replace that with nothing? I tried find and replace but it won't let me replace it nothing.

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: replace 1000 with nothing

    Hi,

    Ideally "Find & Replace" should work here. Can you please post a sample template of your excel file?

  3. #3
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    Re: replace 1000 with nothing

    I'll just give you an example. The value in A5 = "Jim", and the same is true for all the values in column A. However, in column B, I have formulas that say A5*1000. The*1000 results in a #value, so I need to get rid of those. This is an oversimplification of what I'm facing but essentially I need to understand how to eliminate "*1000" from a set of formulas.

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: replace 1000 with nothing

    Can you not use IFERROR in the formula?

    =IFERROR(A5*1000,"")
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    Re: replace 1000 with nothing

    No, haha. I want to return the value in A5. All this will do is give me "". I want to get rid of the *1000.

  6. #6
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: replace 1000 with nothing

    How about this?

    =IFERROR(A5*1000,A5)

  7. #7
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: replace 1000 with nothing

    You can use Find & Replace for this, but as the string that you want to replace begins with *, which is a wildcard character, you need to use the tilde symbol ( ~ ) in front of it, which tells Excel to treat the next character as text, i.e.:

    select the cells affected
    CTRL-H
    Find what: ~*1000
    Replace with: leave blank
    Click Replace All

    Hope this helps.

    Pete

  8. #8
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    Re: replace 1000 with nothing

    THat's what I'm talking about. Thanks!!

+ 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. rounding to 1000
    By Jaakkolo in forum Excel General
    Replies: 1
    Last Post: 08-27-2012, 06:22 AM
  2. [SOLVED] Need to replace a username in the formula for 1000 entries
    By kishoremcp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-01-2012, 08:03 AM
  3. Replies: 5
    Last Post: 09-20-2011, 07:39 AM
  4. If a1 = 500 than 10, if it =1000 than 20 etc.
    By romettekitty in forum Excel General
    Replies: 4
    Last Post: 06-10-2009, 03:04 PM
  5. 1000+$K$5/1000 -what does $ indicate in formula
    By Coolbhims in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-16-2006, 07:55 AM

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