Forum Discussion
DanLadner1
8 years agoQrew Trainee
Something like this (this could be formatted differently depending on whether the "field name" values are the same whether it's a Risk or Issue):
If( [Task Type]="Project", If( [Risk], "Risk: Project " & [field name] & " " & [field name], [Issue], "Issue: Project " & [field name] & " " & [field name] ) )