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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIf this can be done?

Status
Not open for further replies.

DevFreek

Computer
Joined
May 12, 2005
Messages
1
Location
GB
I want to create a formula in a custom field to test for the existance of certain resources.

This works fine:
iif([Resource Names] = "Technician","Yes","No")

The problem is it will only pick up the resource if it is the only one. If Technician is allocated with another resource it ignores it. I can use an OR as there are too many combination. The iif does not seem to work with a wild card character (*).

Is there a way to do this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top