Thread
:
truncating text
View Single Post
#
2
Posted to microsoft.public.excel.misc
Bondi
Posts: n/a
truncating text
Hi,
You could use something like this:
=TRIM(LOWER(SUBSTITUTE("The Religions Of India"," ","")))
Regards,
Bondi
Reply With Quote