Calculated Custom Field: Team based on Template used in Project
We have certain Project Templates for each team to use. I am trying to produce a calculated field in a Project Custom Form that shows me that if ABC template is used, it = X Team. I want to show multiple templates = 1 team so that I can pull this field into a report to group them easily.
Here is my expression for one:
IF("58da927f00083cd885a9d90d206ed9ef"=Template.ID,"Design and Production","") This works great and produces the result I want, but I have more than one template that is used for Design and Production.
My questions are these:
#1) Is there a way to create an expression that includes more than one template for each "Team" and #2) is there an easier way to be doing this?
Thanks!