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
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 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!