Return the characters after Nth character in a Cell
Return the characters after the n th ","|"." Use of SUBSTITUTE function when you are replacing text based on its content. SUBSTITUTE find and replaces your old text with new text in a text string. SUBSTITUTE(text, old_text, new_text, [instance_number]) The SUBSTITUTE function syntax has the following arguments Text Required. The text or the reference to a cell containing text for which you want to substitute characters. Old text Required. The text you want to replace. New text Required. The text you want to replace old text with. Instance number Optional. Specifies which occurrence of old text you want to replace with new text. If you specify instance number, only that instance of old text is replaced. Otherwise, every occurrence of old text in text is changed to new text. REPT :- Repeats text a given number of times. Use REPT to fill a cell with a number of instances of a text s