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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!