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.
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.
=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
=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.
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.
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.
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks