Hierarchy Formula
Options

DebRichardson
✭✭✭✭
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!