Thread: truncating text
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
scott_cairns
 
Posts: n/a
Default 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