Managers Approval Matrix > Pull Which Level Manager is Needed + Skip to Next Level Manager if Blank
Hi All!
I have manager level. I need to pull in the Employee ID (EID) for the Manager Level of Approver that each requires. And if it's blank I need to pull the next level approver.
In the picture below, the two green circles highlight this. So if a contract value determines I need a Level 4 approver (already setup separately) in the top green circle and there's no level 4, I need to populate with Level 5.
I have this so far, but I feel like I'm way off & I can't get it to function.
=IF([Which level Manager is needed? (hidden)]@row = [Level 1]1:[Level 7]1, [Level 1]@row:[Level 7]@row, "")
Thank you!!!!
Answers
-
What exactly is in that column that outputs which level is needed? Is that accurate?
If so, you should be able to use:
=INDEX([Level 1]@row:[Level 7]@row, [Which level Manager is needed? (hidden)]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!