Forum Discussion
TeresaSteeg1
4 months agoQrew Trainee
Here are the settings:
- Mez4 months agoQrew Cadet
What happens if you remove the nested 'if' statements, leaving just one If()?
If(
[Project Priority] = "1", [Uni ... 1],
[Project Priority] = "2", [Uni ... 2],
[Project Priority] = "3", [Uni ... 3],
[Uni ... All]
)