![]() |
How do I enter formula sum(range+range)*0.15 sumif(range=3)
I'm not sure how to enter this formula:
I want to add two ranges and multiply the total by 0.15, but only if the range of another cell is "less than or equal to" 3. |
How do I enter formula sum(range+range)*0.15 sumif(range=3)
If I interpret you correctly:
=SUM(Range1,Range2)*IF(SUM(Range3)<=3,0.15,1) My assumption was that your wanted the sum of the first two ranges regardless, and the multiplcation factor was what was dependend upon the value of range3. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "tkw" wrote: I'm not sure how to enter this formula: I want to add two ranges and multiply the total by 0.15, but only if the range of another cell is "less than or equal to" 3. |
How do I enter formula sum(range+range)*0.15 sumif(range=3)
One way:
=(a1+b1)*if(c1<=3,0.15,1) Multiplying by 1 won't change the result of the addition. tkw wrote: I'm not sure how to enter this formula: I want to add two ranges and multiply the total by 0.15, but only if the range of another cell is "less than or equal to" 3. -- Dave Peterson |
All times are GMT +1. The time now is 02:14 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com