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 4591054
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T22:20:22+00:00 2026-05-21T22:20:22+00:00

I have a spreadsheet, and the cells in the sheet have their data in

  • 0

I have a spreadsheet, and the cells in the sheet have their data in the form of (x(n),y(n))… those are subscripts.

For example, the first 3 cells in the 1st column have data that looks like this: (1, 2),(123, 1231), and (12, 1231). This is great, since the pair of numbers in each cell can be thought of as coordinates in some cases. However, for a lot of my work I would like to break this data out so that each x(n) and y(n) have their own cell. This process should double the number of columns in my table.

Original:

Column A
(1, 2)
(123, 1231)
(12, 1231)

Intended:

Column B     Column C
1            2
123          1231
12           1231

The original set gets split into two columns; the first having 1, 123, and 12 populating the cells, while the next column aligns with 2, 1231, 1231. Does anyone know how I can do this in Excel?

  • 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-05-21T22:20:23+00:00Added an answer on May 21, 2026 at 10:20 pm

    This function extract the number on the left of the comma

    =LEFT(A1,FIND(",",A1)-1)
    

    and this one the part on the right

    =RIGHT(A1,LEN(A1)-FIND(",",A1))
    

    EDIT. Sorry, if you have also parentheses my functions become

    =LEFT(SUBSTITUTE(SUBSTITUTE(A1,"(",""),")",""),FIND(",",A1)-2)
    

    for the left part and

    =TRIM(SUBSTITUTE(RIGHT(A1,LEN(A1)-FIND(",",A1)),")",""))
    

    for the right one.

    my test

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

Sidebar

Related Questions

I have an Excel Spreadsheet like this id | data for id | more
I have an Excel spreadsheet with 1 column, 700 rows. I care about every
I have an OpenDocument spreadsheet with macros in StarBasic/OOoBasic that I want to convert
I have an Excel spreadsheet of data like: ColumnA ColumnB 33 11 25 5
I have a web app for commercial property management that needs spreadsheet-like functionality for
I have a spreadsheet which cells in are colored meaningfully. Does any body know
I have locked cells in a spreadsheet using this lines of code. Range(A1:D23).Select Selection.Locked
I have this function that export a datagridView in Excel sheet : public void
I have an excel spreadsheet that contains entire addresses packed in a single cell
I have an excel spreadsheet based on a pivot table that is periodically updated

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.