I found this question asked before in the success community and tried a couple different formulas
The Case formula seemed to address this best and here is the formula I am attempting to use
Here is my result
Any input much appreciated!
5 answers
Hello Kyla, Try this formula:
CASE( Ad_Size__c ,
"Full Page",1.0,
"Half Page",0.5,
"Double Page",2.0,
0
)
If the above formula doesn't work , replace the picklist values with their API names in the formula and try again.