Just curious if there is a way to reduce the length of my excel formulas that are similar to the following example...
=CEILING(IF(((S6*X47+R48-S56)+(S17*X51+R52-S60))*0.15>20000,20000,((S6*X47+R48-S56)+(S17*X51+R52-S60))*0.15),1000)
So in essence is there a way to avoid having to rewrite the...