I have this formula: =IF(N1SR!H12=ESTSR!$G$9,INDEX(N1SR!H$14:H$48,MATCH($D$9,N1SR!$G$14:$G$48,0),MATCH($G$9,N1SR!$H$12:$H$12,0)),"")

it works perfectly and it returns the values of h14:h48 which is what i need, but now i need the same thing but instead of returning h14:h48 i need to return only the value in h4 but no matter what i change in the formula it doesnt seem to work. can someone help me?