I would like to add the two formulas below together. Can anyone help me with the syntax for adding two IF's together?
=IF(B127="Y",COUNTIF(AF127:AQ127,"Y")*Z127,0)
+
=IF(B127="Y",COUNTIF(AF127:AQ127,"Y2")*(Z127*0.42),0)
Thanks.
Dan
=IF(B127="Y",COUNTIF(AF127:AQ127,"Y")*Z127,0)
+
=IF(B127="Y",COUNTIF(AF127:AQ127,"Y2")*(Z127*0.42),0)
Thanks.
Dan