BrandyNunes1
5 years agoQrew Member
If formula issue.
I am trying to write an if formula that says, if (specified field) is = "user", then check the box, otherwise, don't check the box.
I tried the formula:
If([Opportunity - Construction Manager]=ToUser("Timothy Mumpower"),true, false)
which did not give the desired result.
and I've tried the formula:
If([Opportunity - Construction Manager]Begins("Timothy", "Mumpower")true, false))
which highlighted the first part of the formula Yellow, and the message:The expression [Opportunity - Construction Manager] on the left hand side of the operator "<>" is of type user while the expression "Timothy Mumpower" on the right hand side is of type text. The operator "<>" cannot be used with these types of expressions.
admittedly I understand very little of this but I am trying to learn. Can someone help?
------------------------------
Brandy Nunes
------------------------------
I tried the formula:
If([Opportunity - Construction Manager]=ToUser("Timothy Mumpower"),true, false)
which did not give the desired result.
and I've tried the formula:
If([Opportunity - Construction Manager]Begins("Timothy", "Mumpower")true, false))
which highlighted the first part of the formula Yellow, and the message:The expression [Opportunity - Construction Manager] on the left hand side of the operator "<>" is of type user while the expression "Timothy Mumpower" on the right hand side is of type text. The operator "<>" cannot be used with these types of expressions.
admittedly I understand very little of this but I am trying to learn. Can someone help?
------------------------------
Brandy Nunes
------------------------------