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 the sumproduct of 2 rows multiplied by 30% (in minutes, hence the /60)
If a certain cell says "EU " I want the sumproduct of 2 rows multiplied by 25%
If neither of these, then I want the sumproduct of 2 rows multiplied
Can anyone help me add this third argument please to the formula?
Cheers
Catherine
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 the sumproduct of 2 rows multiplied by 30% (in minutes, hence the /60)
If a certain cell says "EU " I want the sumproduct of 2 rows multiplied by 25%
If neither of these, then I want the sumproduct of 2 rows multiplied
Can anyone help me add this third argument please to the formula?
Cheers
Catherine