Posted to microsoft.public.excel.misc
|
|
truncating text
works perfect! thanks!
"SteveG" wrote:
Scott,
Try this,
=LOWER(MID(SUBSTITUTE(A1," ",),1,16))
Where A1 is your text,
Does that help?
Steve
--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=540663
|