Slowly getting there with this VBA/Excel "Magic" but stuck with this problem:
I have an INDEX/MATCH formula which returns the results for Min values, based on the input criteria as shown
=INDEX($L$73:$S$90,MATCH($R$10,$J$73:$J$90,0),MATCH($N$4,$L$72:$S$72,0))
However, I wondered if there was a way I can adjust this to negate the values if $D10 = "Loss"?
Many Thanks All for any help/suggestions.
I have an INDEX/MATCH formula which returns the results for Min values, based on the input criteria as shown
=INDEX($L$73:$S$90,MATCH($R$10,$J$73:$J$90,0),MATCH($N$4,$L$72:$S$72,0))
However, I wondered if there was a way I can adjust this to negate the values if $D10 = "Loss"?
Many Thanks All for any help/suggestions.