Hierarchy Formula
I am trying to create a formula to rank priority automatically. For some reason I am unable to make this work. Looking for assistance.
=IF(CHILDREN([Rank Priority]@2="Red",Priority@row1), IF([Rank Priority]="Yellow",Priority5, IF([Rank Priority]@row="Green"Priority8)))
Deborah L. Richardson
Research Admin Coordinator
Clinical Trial Office
Tel (603) 308-9642 | Deborah.l.richardson@hitchcock.org
Dartmouth Hitchcock Medical Center
Answers
-
It looks like you have some syntax issues to start.
[Rank Priority]@2 should be @row or the number 2.
Priority@row1 is the same as above.
The CHILDREN function should be closed after the cell reference.
[Rank Priority] does not have a row number or @row specified.
You are missing a comma after "Green".
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!