+ Reply to Thread
Results 1 to 2 of 2

Selecting cells that contain text in a specific format

  1. #1
    Registered User
    Join Date
    06-10-2005
    Posts
    3

    Selecting cells that contain text in a specific format

    Hi all,

    I have a list of clients who are extracted from access but I need to change the saluation from the clients initials to Sir/Madam.

    For Example

    Surname Firstname Salutation
    -------------------------------------------

    Smith G Sir/Madam
    Andrews A B Sir/Madam
    Green R C L Sir/Madam
    Jones Mary Mary

    Initially, I was just going to highlight any entries in the firstname column that contained a space give the a value of true which would change the saluation to Sir/Madam. However this does not take into account the clients with only on initial.

    Any help would be greatly appreciated.

    Cheers,

    Adam

  2. #2
    Norman Jones
    Guest

    Re: Selecting cells that contain text in a specific format

    Hi Nicad_Adam,

    > However this does not take into
    > account the clients with only on initial.


    In a helper column, dragging the formula:

    =LEN(B1)=1

    will return true for single initial entries.


    ---
    Regards,
    Norman



    "nicad_adam" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Hi all,
    >
    > I have a list of clients who are extracted from access but I need to
    > change the saluation from the clients initials to Sir/Madam.
    >
    > For Example
    >
    > Surname Firstname Salutation
    > -------------------------------------------
    >
    > Smith G Sir/Madam
    > Andrews A B Sir/Madam
    > Green R C L Sir/Madam
    > Jones Mary Mary
    >
    > Initially, I was just going to highlight any entries in the firstname
    > column that contained a space give the a value of true which would
    > change the saluation to Sir/Madam. However this does not take into
    > account the clients with only on initial.
    >
    > Any help would be greatly appreciated.
    >
    > Cheers,
    >
    > Adam
    >
    >
    > --
    > nicad_adam
    > ------------------------------------------------------------------------
    > nicad_adam's Profile:
    > http://www.excelforum.com/member.php...o&userid=24178
    > View this thread: http://www.excelforum.com/showthread...hreadid=379976
    >




+ 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