G Guest Apr 23, 2007 #1 There is a cell will a 15-character string of text in it. I would like to return the character at position 7. How do I do this?
There is a cell will a 15-character string of text in it. I would like to return the character at position 7. How do I do this?
R Ron Rosenfeld Apr 23, 2007 #2 There is a cell will a 15-character string of text in it. I would like to return the character at position 7. How do I do this? Click to expand... =mid(string,7,1) --ron
There is a cell will a 15-character string of text in it. I would like to return the character at position 7. How do I do this? Click to expand... =mid(string,7,1) --ron