Nested Ifs for Commission Calculation
Options
ZachK
Member, ALL USERS Posts: 2 New Contributor
Hello i would like to set a basic if nested formula for estimating let's say commissions . If my limits are in units :
0-300 commission 0.2
301-500 commission 0.25
700 and above commission 0.30
Whats the correct syntax :
(if Units Sold>=700,0.30,if(Units Sold>=500,0.25,if(Units Sold>=300,then 0.2,"Zero")))
whats the mistake here please ? any help ?
Tagged:
0
Comments
-
I would not recommend nested ifs as a solution; but here's the answer:
IF Units Sold > 0 AND Units Sold < 301 THEN 0.2 ELSE IF Units Sold >= 301 AND Units Sold < 501 THEN 0.25 ELSE IF Units Sold >= 700 THEN 0.30 ELSE 0
The better option is to put this in a list and perform a lookup based on the amount0 -
Hi Anirudh , thanks for replying back . I agree, i was thinking as a second approach to this the Vlookup function formula. i will practise this as well! Really appreciate it !0
Categories
- All Categories
- 2.3K Anaplan Community
- Academy
- Anaplan Talent Builder
- Model Design Course
- The Anaplan Way
- Archive
- 2 Idea exchange
- 62 Enterprise Scale
- 1.1K Extensibility
- 21 Intelligence
- 1.6K Planning & Modeling
- 331 Security
- Community Connections
- Connections
- Experiences
- Groups
- Personas
- Employees
- CS Toolkit
- Customer Care Center
- Forums
- Academy & Training
- Community Feedback & Updates
- Japan
- Anaplan Community Japan
- Anaplan Community Japan Knowledge Base
- HyperCare Japan
- JP-Central
- Support-Japanese
- Partners
- Partner Leadership Council
- Partner Product Council
- 724 Platform
- Anapedia
- App Hub
- Centers Of Excellence
- Extensions
- Planual
- Platform Updates
- 724 User Experience
- Profile Builder
- Resources
- Anaplan Advocates
- Anaplan Live!
- Community
- Community Advancement
- Community Connections
- Partner Program
- The Official Master Anaplanner Program
- Videos
- Welcome to the Anaplan Community!
- Success Central
- Support
- Case Portal Link
- Common Support Questions
- HyperCare Redirect
- Known Issues and Workarounds
- Support test page
- SupportFAQ
- Survey
- 2 Training Day Takeaways