Forum Discussion
MCFNeil
9 years agoQrew Captain
Create a formula-text field and use a case formula to 'categorize' your importance.
Call the field [Importance]
>
use this formula structure (some of the names or fields may need to change based on your naming)
>
Call the field [Importance]
>
use this formula structure (some of the names or fields may need to change based on your naming)
>
Case([Category Field],
"B", "Very Important",
"Hotels", "Very Important",
"International", "Very Important",
"IR", "Important",
"Meals", "Important",
"P", "Important",
"C", "Normal",
"Direct", "Normal",
"Running", "Normal",
"Contract", "Can Be Delayed",
"Strategy", "Can Be Delayed",
"P", "Can Be Delayed",
"")