View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Help with MID Function?

You are right... there is a problem with the formula IF your number starts
with one or more zeroes. I'll look into trying to correct it.

--
Rick (MVP - Excel)


"KLZA" wrote in message
...
On Feb 3, 9:44 pm, "Rick Rothstein"
wrote:
I'm not sure what to tell you... I tested the formula before I posted it
and
I just tested it again and it works on my XL2003 worksheet without any
problems. You did copy/paste the formula into your Formula Bar, didn't
you?

--
Rick (MVP - Excel)

"KLZA" wrote in message

...
On Feb 3, 9:13 pm, "Rick Rothstein"





wrote:
Can you describe what "doesn't seem to work" means? What do you see the
formula returning? Did you change the cell references (the A1's) to the
cell
that has your text?


Try this experiment. Put one of your text strings in A1; then click in
A3
to
activate it (really, any cell will do); and then copy/paste the formula
I
posted (do not try to re-type it) into the Formula Bar. and hit Enter.
What
is displayed in A3?


--
Rick (MVP - Excel)


"KLZA" wrote in message


...
On Feb 3, 7:35 pm, "Rick Rothstein"


wrote:
Sure... just use the last formula I posted back in your first thread
on
this
problem; namely,


=MID(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"0123456 789")),LEN(LOOKUP(9E+307,***--LEFT(MID(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"012 3456789")),999),ROW(1*:*9*99))))+1)


Change all the A1 references (4 of them) to whatever cell you have
your
text
in. This formula can be copied down if necessary.


--
Rick (MVP - Excel)


"KLZA" wrote in message


...


Hi. I may not have explained myself well enough in my last post. So
here goes again.
I'm trying to capture / extract specific data within a string of
text
in a cell. I need to capture a string of numeric characters plus
only
the first alpha character immediately after the numbers. The numbers
of alpha characters varies before the numeric characters. So my
cells
could look like this: TTTTT10TTTTTT or TTT1000TTTT or
TTTTTTT1TTTTTTTTTTTT etc.. My output from the cells would be 10T or
1000T or 1T etc... The text string before and after the number
string
vary. Can this be done?- Hide quoted text -


- Show quoted text -


Hi. First, thanks for the help. The formula doesn't seem to work.
Can someone test it or explain what I'm possibly doing wrong?- Hide
quoted
text -


- Show quoted text -


I get an error after 9E+307,- Hide quoted text -

- Show quoted text -


Hey, I tested on two other machines and I think your formula may be
faulty. I'm using excel 2003 with different builds.. Can someone
else test this?