+ Reply to Thread
Results 1 to 6 of 6

MID Formula

  1. #1
    carl
    Guest

    MID Formula

    I am trying to find a formula that will look at this 12 character string:

    BOX00A8Y0L39

    And return the 10th and 11th characters.

    Thank you in advance.

  2. #2
    Dave Peterson
    Guest

    Re: MID Formula

    =mid(a1,11,2)
    maybe???

    or
    =--mid(a1,11,2)

    if you want that 39 to be treated as a number--not text.

    carl wrote:
    >
    > I am trying to find a formula that will look at this 12 character string:
    >
    > BOX00A8Y0L39
    >
    > And return the 10th and 11th characters.
    >
    > Thank you in advance.


    --

    Dave Peterson

  3. #3
    Gary L Brown
    Guest

    RE: MID Formula

    =mid("BOX00A8Y0L39 ",10,2)
    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''Yes'' button next to ''Was this
    Post Helpfull to you?''.


    "carl" wrote:

    > I am trying to find a formula that will look at this 12 character string:
    >
    > BOX00A8Y0L39
    >
    > And return the 10th and 11th characters.
    >
    > Thank you in advance.


  4. #4
    Marcelo
    Guest

    RE: MID Formula

    mid(a2,10,2)

    hth
    regards from Brazil
    Marcelo

    "carl" escreveu:

    > I am trying to find a formula that will look at this 12 character string:
    >
    > BOX00A8Y0L39
    >
    > And return the 10th and 11th characters.
    >
    > Thank you in advance.


  5. #5
    Dave
    Guest

    Re: MID Formula

    Carl

    Assuming your string is in A1

    =mid(A1,10,2)

    Dave

    "carl" <carl@discussions.microsoft.com> wrote in message
    news:41493691-69D8-4D15-A5C8-15BF2E0EE6AF@microsoft.com...
    >I am trying to find a formula that will look at this 12 character string:
    >
    > BOX00A8Y0L39
    >
    > And return the 10th and 11th characters.
    >
    > Thank you in advance.




  6. #6
    Dave Peterson
    Guest

    Re: MID Formula

    Oopsie.

    change the 11 to 10

    Dave Peterson wrote:
    >
    > =mid(a1,11,2)
    > maybe???
    >
    > or
    > =--mid(a1,11,2)
    >
    > if you want that 39 to be treated as a number--not text.
    >
    > carl wrote:
    > >
    > > I am trying to find a formula that will look at this 12 character string:
    > >
    > > BOX00A8Y0L39
    > >
    > > And return the 10th and 11th characters.
    > >
    > > Thank you in advance.

    >
    > --
    >
    > Dave Peterson


    --

    Dave Peterson

+ 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