Find value based on multiple criteria! urgent
Best Answer
-
Are you able to provide more details?
Answers
-
Are you able to provide more details?
-
Speaking in general, I'm working to implement bonus calculation system, based on achieved targets. The system automatically calculates the financial bonus based on 2 criteria. The first criterion is the employee's position (team lead, team member, etc.) the second criterion is the target achieved, numbers (1 to 4). The formula must use the following two criteria, position and numbers from 1 to 4, to which the bonus would be assigned. For instance, if we use criterion "team lead" and figure "4", formula must show result = 9500.
-
In that case you would need an INDEX/MATCH:
=INDEX({Table Portion That Contains Values To Pull}, MATCH(Position@row, {Position Column}, 0), [Target Achieved]@row)
-
Thank you it works :)
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!