I have two formulas that work. But I would like to combine them into one formula. I have tried and cannot get them nested together correctly.
=INDEX(C6:G10,XMATCH(K5,A6:A10),XMATCH(J5,C4:G4))
=INDEX(C6:G10,XMATCH(M5,A6:A10),XMATCH(L5,C4:G4))
I am using XMatch because if I use Match it will not work. I have 5 ratings, Very Low, Low, Moderate, High, Very High and if I try to match "Low" or "High" the formula will not work. I am guessing because there are other values with the same words in them and it is causing an error. If I select Very Low, Moderate, or Very High match will work.
=INDEX(C6:G10,XMATCH(K5,A6:A10),XMATCH(J5,C4:G4))
=INDEX(C6:G10,XMATCH(M5,A6:A10),XMATCH(L5,C4:G4))
I am using XMatch because if I use Match it will not work. I have 5 ratings, Very Low, Low, Moderate, High, Very High and if I try to match "Low" or "High" the formula will not work. I am guessing because there are other values with the same words in them and it is causing an error. If I select Very Low, Moderate, or Very High match will work.