I am adding numerators from fractions and currently using this formula:
=SUMPRODUCT(--(LEFT(0&I35:I38,FIND("/",0&I35:I38)-1)))
[TABLE="width: 89"]
<colgroup><col></colgroup><tbody>[TR]
[TD]25/20[/TD]
[/TR]
[TR]
[TD]20/20[/TD]
[/TR]
[TR]
[TD]19/20[/TD]
[/TR]
[TR]
[TD]19/20[/TD]
[/TR]
</tbody>[/TABLE]
83
I want my formula to cap out at the denominator however, for example on my first cell IF numerator is more than denominator, use denominator.
Can anyone help?
=SUMPRODUCT(--(LEFT(0&I35:I38,FIND("/",0&I35:I38)-1)))
[TABLE="width: 89"]
<colgroup><col></colgroup><tbody>[TR]
[TD]25/20[/TD]
[/TR]
[TR]
[TD]20/20[/TD]
[/TR]
[TR]
[TD]19/20[/TD]
[/TR]
[TR]
[TD]19/20[/TD]
[/TR]
</tbody>[/TABLE]
83
I want my formula to cap out at the denominator however, for example on my first cell IF numerator is more than denominator, use denominator.
Can anyone help?