Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9183933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:55:24+00:00 2026-06-17T18:55:24+00:00

I have a cell that has Latitude and Longitude coordinates in three different forms.

  • 0

I have a cell that has Latitude and Longitude coordinates in three different forms. Content within the cells looks like this:

35°21′N 81°47′W / 35.35°N 81.79°W / 35.35; -81.79 (Ellenboro (Jan. 11, EF2))
38°46′N 85°28′W / 38.76°N 85.46°W / 38.76; -85.46 (Madison (Jan. 17, EF0))
etc.

I want to extract only the last set of numbers (35.35; -81.79) and put each one in a different row, one for latitude and one for longitude.

How would I go about doing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T18:55:26+00:00Added an answer on June 17, 2026 at 6:55 pm

    If you’re happy just with using formulas – here’s my solution (assuming original strings are placed in column A starting A2):

    1. B2 (Latitude): =TRIM(MID($A2,SEARCH("@",SUBSTITUTE($A2,"/","@",2))+1,SEARCH("@",SUBSTITUTE($A2,";","@"))-SEARCH("@",SUBSTITUTE($A2,"/","@",2))-1)).
    2. C2 (Longitude): =TRIM(MID($A2,SEARCH("@",SUBSTITUTE($A2,";","@"))+1,SEARCH("@",SUBSTITUTE($A2,"(","@"))-SEARCH("@",SUBSTITUTE($A2,";","@"))-1)).
    3. Autofill down both formulas as you need.

    This will return results as strings. If you want them as numbers – just add =VALUE(...) wrapper to each formula. However, my local setting use comma as decimal separator, so I must add one more SUBSTITUTE for handling this.

    For your convenience sample file is shared: https://www.dropbox.com/s/twkcln8lozdgga9/CoordsSplit.xlsx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom cell that has a button on it. I would like
I have a UITableView that has about 20 cells. Each has a UILabel within,
I have a custom UITableView cell that has a UIImageView sized to the width
I have a gridview control that has on onclick event bound to every cell.
I have a dynamic tableview which has a prototype cell with a button that,
I have a cell table that has several columns whose data may occasionally be
I have a ListView items/cell that has a few layers, relative, linearLayout etc. I
I have a UITableViewController that has a tableView. Each cell has a button that
I have an application that I'm working on that has a UITableView. Each cell
I have a cell that has string IDs. I need to replace them with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.