You need to sign in to do that
Don't have an account?

Picklist Value in Formula custom field
I would like to add the selected value of a picklist to a formula field.
Specifically, I would like to have a formula field in Opportunity that displays the field data from the corresponding account.
Can you show me what the formula would look like?
Thanks
ISPICKVAL(Field Name, "Picklist_Value")
Formula on opportunity field on the basis of Account picklist.field may look like:
ISPICKVAL( Account.Type ,"Pharma")
Let me know if you are looking for more specific information.