I have the following equation.
=INDEX('Fill in Data'!$S$2:$S$62458,MATCH(1,(('Fill in Data'!$j$2:$j$62458=$A$5)*('Fill in Data'!$S$2:$S$62458=MAX(IF('Fill in Data'!$M$2:$M$62458=$A$5,'Fill in Data'!$S$2:$S$62458)))),0))
It produces a #N/A error when it encounters a M and zeros when it encounters a blank cell. I need this equation to produce a blank in both situations.
Any ideas on how I can this?
Jeff