« Website updates | Main | Naming Multiple Cell Ranges »
November 10, 2005
Basic Functions: SUBSTITUTE
The SUBTITUTE function replaces a sequence of characters with a different sequence of characters in a text string.The arguments to the functions are : SUBSTITUTE(text, old_text, new_text [,instance_num]) where
- text The text for which you want to substitute characters.
- search_text The text you want to replace.
- new_text The text you want to replace search_text with.
- occurence Optional: The occurrence number you want to replace.

See also this tip for a clever application of the SUBSTITUTE function.
Posted by Dave at November 10, 2005 09:30 PM
Comments
In "See also this tip" the link don't work.
Posted by: sessy at November 12, 2005 08:54 AM
Fixed! Thanks
Posted by: Dave at November 14, 2005 03:52 PM