Hi, I have a formula that is basically looking at another cell and returning the % number from that cell:
=INDEX('Yield from PPM-2001'!$C$4:$L$40,MATCH($A14,'Yield from PPM-2001'!$A$4:$A$38,0),MATCH(E$3,'Yield from PPM-2001'!$C$3:$L$3,0))
If the cell it looks at has a yield of 0% then it obviously returns 0%. is there something I can add to the above formula for it to return 100% instead of 0%?
Regards,
=INDEX('Yield from PPM-2001'!$C$4:$L$40,MATCH($A14,'Yield from PPM-2001'!$A$4:$A$38,0),MATCH(E$3,'Yield from PPM-2001'!$C$3:$L$3,0))
If the cell it looks at has a yield of 0% then it obviously returns 0%. is there something I can add to the above formula for it to return 100% instead of 0%?
Regards,