+ Reply to Thread
Results 1 to 2 of 2

Cell Spacing

  1. #1
    Registered User
    Join Date
    01-11-2007
    Posts
    2

    Cell Spacing

    i did the replace command to take out the word the from the beginning of a bunch of entries...only problem is when i did that it left a space where "the" used to be...is there anyway to get rid of the space so the data starts where it should?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,702
    If you still have the original data then use Replace but remove "The "

    (with a space at the end)

    otherwise if your data is in A1 you could remove the space with a formula.

    If all entries have a space at the beginning

    =MID(A1,2,255)

    or if only some do this will remove space from start of those that do but not alter the others.

    =MID(A1,1+(LEFT(A1)=" "),255)

    Once you have new data in separate column you can copy that column and use Edit > Paste Special > Values to turn into fixed values, and delete original column

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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