Excel Function
MID
Returns characters from middle of text.
MID(text, start_num, num_chars)Arguments
text
RequiredEnter a text value (wrap with quotes when needed).
start_num
RequiredEnter a numeric value.
num_chars
RequiredEnter a numeric value.
Practice Preview
format and display text values. Use MID to Returns characters from middle of text. use B2 for text, use 2 for start_num, use 4 for num_chars. Fill the argument fields below and complete a formula that achieves this goal.
Sample correct formula
=MID(B2, 2, 4)