Hey Mohan,
With regards to the Index and Match function, when I place the absolute match parameter for the match function it is returning the output:
In cell EY22, your formula should be written as follows:
Code:
=INDEX($I$15:$EU$15,MATCH(EX22,I22:EU22,0))
When I applied the same for the rest of the cells to the value is changing based on the match..
And with regards to the second one, I use MinIf in Excel 2016 or Min(If()) array formula in other versions of excel if the data range is continuous.. not sure how to handle the same in segregated cell references..