Answer:
1. =
2. MID
3. A2, 4, 2
Explanation:
Just took it on EDGE. :)
Below is an image with the formula.
The correct formula is :
The Excel MID function extracts a given number of characters from the middle of a supplied text string.
For example, =MID("apple",2,3) returns "ppl".
SUBSTITUTE(A2, "1", "2") - Substitutes all occurrences of "1" with "2". The SUBSTITUTE function in Excel is case-sensitive.
For example, the following formula replaces all instances of the uppercase "X" with "Y" in cell A2, but it won't replace any instances of the lowercase "x"
Learn more about Formula / Function here:
brainly.com/question/27927845
#SPJ2