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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:29:48+00:00 2026-05-31T19:29:48+00:00

I am trying to seperate a field into two by finding the values that

  • 0

I am trying to seperate a field into two by finding the values that are in the left of an asterisk and then what’s on the right.

For example
Cell C1 is 0A*33 then C2 should be 0A and C3 should be 33.

I have the following formulas in cells C2 and C3:

=LEFT(C1,SEARCH("~*",C1,1)-1)

=RIGHT(C1,LEN(A3)-SEARCH("~*",C1,1))

These formulas work great as long as there is a asterisk in the cell, if not it results in a #VALUE! error.

I have even tried (For the left side) =LEFT(C1,IF(ISERROR(SEARCH("~*",C1,1)-1),C1,SEARCH("~*",C1,1)-1)) with the same outcome.

If the cell does not have an asterisk it must return the whole value in C2 and nothing in cell C3.

  • 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-31T19:29:49+00:00Added an answer on May 31, 2026 at 7:29 pm

    Have you tried:
    In C2:

    =IF(ISERROR(FIND("*",C1)),C1,LEFT(C1,FIND("*",C1)-1))
    

    In C3:

    =IF(ISERROR(FIND("*",C1)),"",RIGHT(C1,LEN(C1)-FIND("*",C1)))
    

    You could use the same idea with SEARCH, but FIND works fine in this case:

    In C2:

    =IF(ISERROR(SEARCH("~*",C1,1)),C1,LEFT(C1,SEARCH("~*",C1,1)-1))
    

    In C3:

    =IF(ISERROR(SEARCH("~*",C1,1)),"",RIGHT(C1,LEN(C1)-SEARCH("~*",C1,1)))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I´m trying to separate a gridViewColumn into two rows. Im using default style for
I'm trying to abstract out all database code into a separate library and then
I am trying to implement a JavaScript function that will modify the result values
How do I make a form that can log into two places simultaneously? http://img577.imageshack.us/img577/3127/calendarlogin.jpg
I am trying to have a table header, in a seperate div stay in
I am trying to separate some asp logic out into a separate page. For
Trying to split this string 主楼怎么走 into separate characters (I need an array) using
I'm trying to write a library to separate all the disk activity out into
I'm trying to get crawl to work on two separate farms I have but
I'm trying to pass an instance of a class between two separate classes, like

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.