You need to sign in to do that
Don't have an account?
Rajkumar T G
Create a Formula Field that Returns a Number
Hi guys,
I got this error On that Cylinder Volume Challenge In Admin Advanced Module
Challenge not yet complete
We created an opportunity with radius and height values. We expected the 'Cylinder_Volume__c' field to show the correct cylinder volume, but it didn’t. Make sure that your formula uses the correct calculation for the volume of a cylinder, and that radius x radius is enclosed in parentheses.
I got this error On that Cylinder Volume Challenge In Admin Advanced Module
Challenge not yet complete
We created an opportunity with radius and height values. We expected the 'Cylinder_Volume__c' field to show the correct cylinder volume, but it didn’t. Make sure that your formula uses the correct calculation for the volume of a cylinder, and that radius x radius is enclosed in parentheses.
I think you're missing the ROUND() function. Try this:
ROUND((3.14159*(radius__c^2)*height__c),0)
If this solution helps, please mark it as the best answer.
Thanks,
You can use one from below Formula:-
OR
if you need any assistanse, Please let me know!!
Kindly mark my solution as the best answer if it helps you.
Thanks
Mukesh