Stop searching. Start learning and developing your excel skills.
Macro
VBA
Formula
Function
Shortcut
Tricks

» » Left, Right, Mid

Left, Right, Mid

September 07, 2017 |
LEFT(text_string, char_numbers)
Returns the specificed number of characters from start of a string

RIGHT(text_string, char_numbers)
Returns specified number of characters from the end of string

MID(text_string, start_number, char_numbers)
Returns the characters from the middle of string by giving starting position and length of characters to return




No comments:

Post a Comment