Can someone help me merge these four formulas:
=IF(A3="E",C3*(1+'L&E Rates'!B25),"")
=IF(A3="L",C3*(1+'L&E Rates'!B24),"")
=IF(A3="M",C3*(1+'L&E Rates'!B26),"")
=IF(A3="S",C3*(1+'L&E Rates'!B27),"")
Basically If Cell A3 equals one of those letters I want to multiply C3 by a certain cell on another sheet. Can anyone help me?
=IF(A3="E",C3*(1+'L&E Rates'!B25),"")
=IF(A3="L",C3*(1+'L&E Rates'!B24),"")
=IF(A3="M",C3*(1+'L&E Rates'!B26),"")
=IF(A3="S",C3*(1+'L&E Rates'!B27),"")
Basically If Cell A3 equals one of those letters I want to multiply C3 by a certain cell on another sheet. Can anyone help me?