+ Reply to Thread
Results 1 to 3 of 3

converte a lat,long cell into two separate cells

  1. #1
    Registered User
    Join Date
    02-28-2015
    Location
    Edmonton, Canada
    MS-Off Ver
    2011
    Posts
    1

    converte a lat,long cell into two separate cells

    Hi everyone!
    I'm making a spreadsheet to convert it to ArcGIS. So I have a column with latitude and longitude information. Is there a way to separate these into two different columns without having to copy and paste each longitude into a new cell? I have hundreds of cells formulated like this, so it would take quite a bit of time.
    Thanks for the help!!

  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,926

    Re: converte a lat,long cell into two separate cells

    Hi, welcome to the forum

    Probably, but it would help if you showed some sample data?
    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
    02-28-2015
    Location
    Tennessee, USA
    MS-Off Ver
    2010
    Posts
    25

    Re: converte a lat,long cell into two separate cells

    Not sure what the data looks like, but if it was entered into cell A2 as:
    38°53'23"N , 77°00'27"W
    Then you could do:
    =LEFT(A2,SEARCH(",",A2)-1) in cell B2
    and
    =MID(A2,SEARCH(",",A2)+1,20) in cell C2

    Hope that helps...
    Last edited by ibt; 03-01-2015 at 12:38 AM. Reason: typo

+ 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] Separate long data that is in a single cell into several cells
    By acsishere in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-26-2013, 07:51 PM
  2. I have one very long strand of numbers. How can I separate them into 10 cells?
    By rtfunyakkers in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-17-2013, 03:30 PM
  3. how to separate long standard text to different cells
    By greenfrog in forum Excel General
    Replies: 2
    Last Post: 01-08-2013, 10:46 AM
  4. [SOLVED] How to separate names in a long cell string
    By mondello in forum Excel General
    Replies: 5
    Last Post: 08-02-2012, 02:59 AM
  5. [SOLVED] How do I separate words in one cell into two cells?-manually separate hundreds of nam
    By Vanessa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-08-2005, 11:05 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