+ Reply to Thread
Results 1 to 4 of 4

Is there any formula in excel to search for special character in excel 2010 - no macro

  1. #1
    Registered User
    Join Date
    01-19-2016
    Location
    India
    MS-Off Ver
    2010
    Posts
    3

    Is there any formula in excel to search for special character in excel 2010 - no macro

    Hi ,

    Is there any formula by which I can locate special character in a string in excel. Don't want a macro for it just a formula using if condition, if possible.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Is there any formula in excel to search for special character in excel 2010 - no macro

    What special character?


    A1:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    B1:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    B1 value is 5

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    01-19-2016
    Location
    India
    MS-Off Ver
    2010
    Posts
    3

    Re: Is there any formula in excel to search for special character in excel 2010 - no macro

    By special character I meant "!@#$%^&*()".. is there any formula to identify these characters. Basically I want to Pick the initial value of an Alphabet and then align it with one figure. i.e. if it is Alphabet "England" it should pick "E" and publish "Alphabet", if the name is "1 England" it should pick 1 and should display "Number" and if it is ": England" it should pick ":" and should display special character

    Name Initial Display
    England E Alphabet
    1 England 1 Number
    : England : Special character

    Display is what I want as a result using if or any condition. Can any excel master help me out with this?

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Is there any formula in excel to search for special character in excel 2010 - no macro

    Use this VLOOKUP Table

    0
    Special Character
    48
    Number
    58
    Special Character
    65
    Alphabet
    91
    Special Character
    97
    Alphabet
    123
    Special Character
    Then for a formula (let's say the table is in I1:J7)

    =VLOOKUP(CODE(LEFT(A1,1)), $I$1:$J$7,2)
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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. Search Engine Macro Excel 2010
    By jburian11 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 07-22-2014, 10:22 AM
  2. How to paste special in Outlook 2010 from a copied cell in Excel 2010
    By Baldowsky in forum Outlook Formatting & Functions
    Replies: 0
    Last Post: 05-30-2014, 11:40 AM
  3. Excel 2010 Search and Populate Formula?
    By Asian Sen5ation in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-09-2013, 11:08 PM
  4. how to remove the * special character in excel
    By mohan_srijaya in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-14-2013, 06:26 PM
  5. Replies: 13
    Last Post: 03-04-2013, 04:25 PM
  6. Paste special comments macro fails in Excel 2010
    By kreutz in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-12-2013, 12:40 PM
  7. [SOLVED] Excel 'Special' Character
    By DannyDont in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2006, 09:35 AM

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