Hi @Raychel Plath ,
Thank you for posting in this community.
Use the following formula to create a calculated column (The data type returned from this formula is Number):
=IF(Attractiveness>=0,ROUND(SQRT((((6-Attractiveness)*(6-Attractiveness))+((6-Achievability)*(6-Achievability)))),2),"N/A")
Result:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.