Help with formula
Hello,
I have been trying to fix the following formula in Smartsheet but I continue getting the #UNPARSEABLE error message. Can someone help me fix it?
=IFERROR(INDEX({Reference Range 4}, MATCH([Job Level]@row, {Reference Range 5},0)MATCH(Region@row, {Reference Range 6},0)),0)
Reference Sheet:
Answers
-
I'm not sure what you are trying to achieve, but one of the below should work:
=IFERROR(INDEX({Reference Range 4}, MATCH([Job Level]@row, {Reference Range 5},0)),INDEX({Reference Range 4},MATCH(Region@row, {Reference Range 6},0)))
=IFERROR(INDEX(COLLECT({Reference Range 4}, [Job Level]@row, {Reference Range 5},Region@row, {Reference Range 6}),1),0)
-
@BullandKhmer Thank you for your help; unfortunately, none of those two formulas worked. I would like the cell to automatically bring up the salary $ based on the region and job level.
For instance, someone at the USA in a 32-Sr Manager level would make $42, 254. But the formula is not working or maybe I am using the wrong formula...
-
Its a simple index collect formula. check out smartsheet formulas and figure it out for yourself.
-
Towards the bottom of this is the info you need:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!