This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
Looking for HELP in Calculated Field in project custom form, created a field name "Score", and conditions are;
If Calculated Score =600, Then Priority=Urgent
If Calculated Score <600, but more than 499, Then Priority=High
If Calculated Score <500 but More Than 249, Then Priority=Medium
If Calculated Score <250, Then Priority=Low
I tried this one, but not showing priority in the report/project;
Solved! Go to Solution.
Views
Replies
Total Likes
Try this please and use "Recalculate Expressions" on project or project report:
Views
Replies
Total Likes
Try this please and use "Recalculate Expressions" on project or project report:
Views
Replies
Total Likes
Views
Replies
Total Likes
I think the thing to remember here is that when a multi IF statement finds it's first match, it stops looking at the remaining IFs. You'll notice in this working statement, there is no "else" because it doesn't need one.
Views
Likes
Replies