+ Reply to Thread
Results 1 to 2 of 2

Picking values out

  1. #1
    Jez
    Guest

    Picking values out

    Hi,

    I am looking to be able to have a cell that will pick a value/s from a cell
    next to it.

    example....

    In the cells here I could have any instructions of things to do
    RowA starting with Cell A2
    School Run 8.45am *5234443*
    DHT *5234444*
    Beware of Dog *5234445*
    *5234446* Fit Part

    I want to pick out all the values starting with *5 from the column A. How is
    this possible as the user can type all different information in this field. I
    have tried the Left, Mid, & Right functions but this would not pick all up as
    the may not be in these postions.

    Any Ideas, as I am stuck.

    Regards,
    Jez




  2. #2
    Bondi
    Guest

    Re: Picking values out

    Hi Jez,

    Try this one:

    =MID(A2,FIND("*",A2,1)+1,FIND("*",A2,FIND("*",A2,1)+1)-FIND("*",A2,1)-1)

    Regards,
    Bondie


+ 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