Skip to main content

https://trailhead.salesforce.com/content/learn/modules/advanced_formulas/numbers_formulas?trail_id=force_com_admin_advanced&trailmix_creator_id=strailhead&trailmix_slug=build-your-admin-career-on-salesforce

 

Hi!

I have searched everywhere for an answer to this and I am having no luck! No matter what I have tried I keep getting the error The ‘Cylinder_Volume__c’ field in the Opportunity object doesn't have a valid formula. 

I have triple checked everything and it all looks right.  I also tried 3.14 *  (  radius__c  *  radius__c  )  *  height__c  which resulted in the same error message. I set visibility to all and created a new playground so there would be no issues with previous work. This is the only module I have yet to complete to get my Advanced Admin badge and it's driving me crazy. Any ideas on what I am missing? 

 

Use Numbers, Currency, and Percentages in Formulas. Create a Formula Field that Returns a Number Challenge

 

opp.PNG

 

radius.PNG

11 answers
  1. Oct 21, 2022, 9:34 PM

    Hi, @Jamie Veach!

     

    I was having some of the same issues, but I just passed the challenge. This is what I did:

     

    3.14 * (Radius__c ) * ( Radius__c ) * Height__c

     

    I used the same playground I was working out of. so I did not create or use another playground. 

     

    Hope it helps!

    Dave

0/9000