+ Reply to Thread
Results 1 to 5 of 5

What Formula to use !

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: What Formula to use !

    Assuming your data is in A2.

    Something like:

    =RIGHT(A2,LEN(A2)-SEARCH(", ",A2,1))&"."&LEFT(A2,SEARCH(",",A2,1)-1)
    Cheers

  2. #2
    Registered User
    Join Date
    04-09-2015
    Location
    Philippines
    MS-Off Ver
    Microsoft Office Standard 2013
    Posts
    82

    Re: What Formula to use !

    Quote Originally Posted by southward View Post
    Assuming your data is in A2.

    Something like:

    =RIGHT(A2,LEN(A2)-SEARCH(", ",A2,1))&"."&LEFT(A2,SEARCH(",",A2,1)-1)
    Cheers
    Thank you for the Help Southward.

    So now we want to reverse the process how should we proceed sir?

+ 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. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  2. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  3. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 PM

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