Abdul Alim: a little bit learning, let's go
Excel, VBA and Power BI tutorials
Abdul Alim: a little bit learning, let's go
Excel, VBA and Power BI tutorials
MID formula extracts a character/Text from a text on the base of given parameters.
MID( text, start_num, num_chars )
text: The string that you wish to extract from.
start_num: The position in the string that you will begin extracting from. The first position in the string is 1.
num_chars: The number of characters that you wish to extract.
The MID function returns a string/text value.