Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Because you want to calculate three outcomes, I suggest making three formula % formula fields.
The formula for [Awarded %] would be
IF([Job Outcome] = "Awarded",1,0)
and then similar for the others.
Then the magic is that if you make a summary report all those 100% and 0% will average out.
The formula for [Awarded %] would be
IF([Job Outcome] = "Awarded",1,0)
and then similar for the others.
Then the magic is that if you make a summary report all those 100% and 0% will average out.