SM mechanic
New Member
- Joined
- Sep 12, 2017
- Messages
- 36
- Office Version
- 2007
- Platform
- Windows
I am trying to write a formula that will multiply the value in cell I15 by 5 if that cell is at 20 or more, and if cell I16 is equal to or higher than 105.95 and display the result in cell K15
In other words, I input 19 or less into cell I15, K15 shows 0
I input 20 into cell I15 and if cell I16 is 105.94 or less, K15 shows 0
If I input 20 into cell I15 and I input 105.95 or more into cell I16, K15 shows 100
Hope this makes sense.
It is for a commission based payroll, they need to sell 20 or more of this item at 105.95 dollars or more, and they get 5 dollars for each one they sell. If they don't sell at least 20 and if the average sale price is not at least 105.95, they don't get anything.
This is what I tried and its being rejected
=SUMIFS(I15*5,I15,">19",I16,">105.94")
Thank you for any help you can offer on this.
In other words, I input 19 or less into cell I15, K15 shows 0
I input 20 into cell I15 and if cell I16 is 105.94 or less, K15 shows 0
If I input 20 into cell I15 and I input 105.95 or more into cell I16, K15 shows 100
Hope this makes sense.
It is for a commission based payroll, they need to sell 20 or more of this item at 105.95 dollars or more, and they get 5 dollars for each one they sell. If they don't sell at least 20 and if the average sale price is not at least 105.95, they don't get anything.
This is what I tried and its being rejected
=SUMIFS(I15*5,I15,">19",I16,">105.94")
Thank you for any help you can offer on this.