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

Formula Code...Help...
I created a formula field that is to display a value from a picklist field from another object based on a look up of a user. I wrote this formula, but it is not displaying the correct value from the picklist. Can anyone recommend how to fix it?
Thanks in advance,
Julie
CASE(Sales_Rep__r.Team__c , "Advertising Operations", "Business Services",
"Communities", "Communities-Central", "Communities-East", "Communities-North Coastal", "Communities-North Inland", "Communities-South", "Consumer Marketing",
"Database Marketing", "Enlace", "Executive", "Lifestyles & Entertainment",
"Majors & Nationals", "Majors-Digital Media", "Marketplace", "Marketplace-Automotive",
"Marketplace-Digital Media", "Marketplace-Real Estate", "Marketplace-Recruitment", "Niche", "Online Customer Service", "TLN", "Training", "U-T Direct Marketing" )
"Communities", "Communities-Central", "Communities-East", "Communities-North Coastal", "Communities-North Inland", "Communities-South", "Consumer Marketing",
"Database Marketing", "Enlace", "Executive", "Lifestyles & Entertainment",
"Majors & Nationals", "Majors-Digital Media", "Marketplace", "Marketplace-Automotive",
"Marketplace-Digital Media", "Marketplace-Real Estate", "Marketplace-Recruitment", "Niche", "Online Customer Service", "TLN", "Training", "U-T Direct Marketing" )
Message Edited by Nathan Crosby on 11-20-2008 10:44 AM
Wow, that worked...For some reason...the code looks like it is just duplicating the value twice. Is it meaning that if it equals this, then return that?
Thanks,
Julie
Sales_Rep__r.Team__c
? Is it that you only want this formula field to be defined in certain cases?