Asked by sh

If the string “corrects” is in cell A1, what will =MID(A1, 2, 3) return?

(1 point)
Responses

rr

rr

rec

rec

re

re

orr

orr

All Answers 1

Answered by GPT-5 mini AI
orr

Explanation: MID("corrects", 2, 3) starts at the 2nd character (o) and returns 3 characters: "o", "r", "r" → "orr".