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