function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
soumya janugamsoumya janugam 

Formula for total and percentage..

hi,
I have created fields with subject names and entered marks for 6 subjects ,and i am having a problem with formulas to do total of marks and percentage ,help me out of this problem.
William TranWilliam Tran
Can you give a specific example.  

Create fields? how many? what are they called? what object do they belong to?

entered marks for 6 subjects?  What does this mean? you create 6 records/rows?

formulas to do total of marks and percentage? Total marks across multiple records? or do you have multiple marks on 1 record? percentage of what?

thx.
 
Reddy_tecReddy_tec

you need to creat the new formula field and return type will be number with optional choice of decimals. And create the formula as below:

((sub1+sub2+sub3+sub4+sub5+sub6)/6)