Hi. New to Airtable. Looking to add a formula field that calculates a value (rating - via stars) based on data in other fields. In the attached example, I’d like the ‘Expected Rating’ field to return a star rating (via star emoji) based on the completeness of the other fields.
Page 1 / 1
Hi @VC_Hacks - you can do something like this:
REPT('
', IF({Field One}, 1, 0) + IF({Field Two}, 1, 0) + IF({Field Three}, 1, 0))
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.