+ Reply to Thread
Results 1 to 2 of 2

find a particular character in a cell

  1. #1
    Forum Contributor
    Join Date
    05-22-2006
    Posts
    103

    Unhappy find a particular character in a cell

    hi,

    i want to find a particular character in a cell and on the other cell, it will display true if the character exist and false if not. for example, i want to find the (*) on cell A1 and on the cell B1 if there is an (*) then it will display true and of none it will display false....can you help me with this?....this is really urgent....thanks so much for the help....

  2. #2
    Forum Contributor
    Join Date
    07-13-2006
    Posts
    400
    Quote Originally Posted by tweety127
    hi,

    i want to find a particular character in a cell and on the other cell, it will display true if the character exist and false if not. for example, i want to find the (*) on cell A1 and on the cell B1 if there is an (*) then it will display true and of none it will display false....can you help me with this?....this is really urgent....thanks so much for the help....
    =if(iserror(find("*",a1,1)),false,true)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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