Hi
I have this formula:
=IF(SUMMARY!$E$32="INV",SUMPRODUCT($J$9:$J$15,M9:M15)/60*1.3,SUMPRODUCT($J$9:$J$15,M9:M15)/60)
I know want to add in an extra formula to say that if $E$32 ="EU ",SUMPRODUCT($J$9:$J$15,M9:M15)/60*1.25
So basically 3 arguments/criteria:
If a certain cell says "INV" I want...