Average Percentage

Version 1

round((toNumber(prop("One")) + toNumber(prop("Two")) + toNumber(prop("Three"))) / 3 * 100) / 100

Version 2

if(prop("One") or prop("Two") or prop("Three"), round((toNumber(prop("One")) + toNumber(prop("Two")) + toNumber(prop("Three"))) / 3 * 1000) / 1000, toNumber(""))

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>