Entries

Rating

toNumber(prop("Price")) + toNumber(prop("Turnaround Time")) + toNumber(prop("Quality of Work"))

Star Rating

slice("★★★★★★★★★★★", 0, prop("Rating #"))

Rating # + Star Rating

slice("★★★★★★★★★★★", 0, toNumber(prop("Price")) + toNumber(prop("Turnaround Time")) + toNumber(prop("Quality of Work")))

Rating out of 5

slice("★★★★★", 0, floor((toNumber(prop("Price")) + toNumber(prop("Turnaround Time")) + toNumber(prop("Quality of Work"))) / 2))

<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>