Greetings,
I have a organizational structure that has three levels
- Campaign
- Project
- Deliverable
- Task
I am trying to figure out a way how I can have a column with one of the above values that is based on hierarchy. I have the project and deliverable part figured out using the following formula:
=IF(COUNT(CHILDREN(Description7)) > 0, "Project", IF(COUNT(CHILDREN(Description7)) = 0, "Deliverable"))
Is there a way to expand this formula to take into account Campaign and Task row types?
Thanks,
Jeremy