+ Reply to Thread
Results 1 to 5 of 5

deleting partial data in column

  1. #1
    Registered User
    Join Date
    10-06-2008
    Location
    st pete florida
    Posts
    7

    deleting partial data in column

    can you just delete part of a cell but like 3000 rows at a time? For example i have a column that says this:

    http://www.watchwholesalers.com/webs.../350/78651.jpg all the way down the worksheet. My question is can you delete just the http://www.watchwholesalers.com/webs...oduct/200/350/ and leave just the 78651.jpg but as a group delete or do you have to do each one individually. Please if anyone can help me i would realy appreciate it.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    If it is exactly the same piece of text you want to delete from each line, then copy the part you want deleted and go to Edit|Replace.... paste the text into the Find What field and leave the other field blank. Click Replace All.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    for your sample, try this
    Select all the ranges
    Please Login or Register  to view this content.
    I need your support to add reputations if my solution works.


  4. #4
    Forum Contributor
    Join Date
    08-22-2005
    Location
    Denmark
    MS-Off Ver
    Excel 365
    Posts
    349
    Assuming all your .jpg files are 5 digit numbers and that they are located in column A, then the easiest way is to write in the neighbouring column B
    Please Login or Register  to view this content.
    and copy that cell all the way down to B3000

    If this is not the case, but you have the same number of slashes then you can mark up all the 3000 cells and go:
    Data - Text to Columns - Delimited - and enter a '/' in 'Other'.

    NSV

  5. #5
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561
    I like the sglife solution - if you wanted to keep the original column you could also use this:

    =RIGHT(A1,LEN(A1)-FIND(CHAR(1),SUBSTITUTE(A1,"/",CHAR(1),LEN(A1)-LEN(SUBSTITUTE(A1,"/","")))))

    to deliver the last part of a path type string

    HTH

+ 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. Move data daily into new column
    By rbuthello in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-27-2008, 08:29 AM
  2. Data Points within a stacked column chart
    By DBMcH in forum Excel Charting & Pivots
    Replies: 9
    Last Post: 05-15-2008, 02:39 PM
  3. Formula to find most recent column of data
    By cm_027 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-07-2007, 08:59 AM
  4. Storing Column Data in an Array
    By Dohko in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-12-2007, 02:03 PM
  5. Txt data to excel sheets beyond 256 column limitation
    By prasad96 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-27-2007, 09:51 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