G
Gary Keramidas
is it possible to simplify this formula, with sum product or some other means?
by the time i replicate it to column ao, it gets very long.
ab1 = 256
here are the results and formulas for the next 3 columns
ad1 = 96
=IF((AB1-AC1)>72,72,AB1-AC1)
ae1 =96
=IF((AB1-AC1-AD1)>72,72,(AB1-AC1-AD1))
af1=66
=IF((AB1-AC1-AD1-AE1)>72,72,(AB1-AC1-AD1-AE1))
all the way down to column ao
=IF((AB1-AC1-AD1-AE1-AF1-AG1-AH1-AI1-AJ1-AK1-AL1-AM1-AN1)>72,72,(AB1-AC1-AD1-AE1-AF1-AG1-AH1-AI1-AJ1-AK1-AL1-AM1-AN1))
by the time i replicate it to column ao, it gets very long.
ab1 = 256
here are the results and formulas for the next 3 columns
ad1 = 96
=IF((AB1-AC1)>72,72,AB1-AC1)
ae1 =96
=IF((AB1-AC1-AD1)>72,72,(AB1-AC1-AD1))
af1=66
=IF((AB1-AC1-AD1-AE1)>72,72,(AB1-AC1-AD1-AE1))
all the way down to column ao
=IF((AB1-AC1-AD1-AE1-AF1-AG1-AH1-AI1-AJ1-AK1-AL1-AM1-AN1)>72,72,(AB1-AC1-AD1-AE1-AF1-AG1-AH1-AI1-AJ1-AK1-AL1-AM1-AN1))