View Single Post
  #1   Report Post  
Ken M.
 
Posts: n/a
Default Another difficult failed formula

=SUMIF(Q2="John","+",E2<=1000,E2*5%,N2+R2+S2)

In this formula, I am tying to get the cell to do the following...

If sales rep name Q2 is John and the sale is greater than $1000 we should
take the total sale amount E2 and multiply by 5% then add it to the N2+R2+S2
cells to total commission due.

I am still trying to muddle through this. Logic failing me at midnight.

Thanks again for any help.