1.=LEFT(MID("Sound of Music", 5, 6), 3) →
2.=MID(RIGHT("Sound of Music", 7), 2, 3) →
3.=RIGHT(MID("Sound of Music", 3, 7), 3) →
4.=MID(LEFT("Sound of Music", 7), 2, 3) →