Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Switch function in Project

Status
Not open for further replies.

Zimike

Agricultural
Joined
Apr 6, 2018
Messages
1
Location
GB
I am trying to run the following function in project

IIf([% Complete]=100,4,Switch([Text11]>80,3,[Text11]>50<80,2,[Text11]>1<49,1))

It runs successfully to return values 4, 3 and 2 but will not return value 1.

What do I need to do to make the the query run completely
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top