Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Nov 16, 2023 06:39 AM - edited Nov 16, 2023 06:49 AM
Hi 👋 I'm not an expert with formulas, but I think I'm overthinking this / making it more complicated than it needs to be.
I have a CSAT (customer satisfaction score) form in Typeform that is being automatically sent to Airtable. What I'm trying to do is:
I can do this manually for now, but I want a way that each week, people can look and see what the score is, without anyone having to manually calculate it.
I'm totally lost, although I think I am overthinking this. Any ideas? 😅
I've attached screenshots of the set-up currently.
EDIT: would it make more sense to run a script once per week? 🤔
Solved! Go to Solution.
Nov 16, 2023 08:30 AM
You could add a new table with 1 record and link the records "5 stars" and "4 stars" to it once. In that new table, you could rollup the "editor # of stars" and "dashboard # stars". Make the sum in a formula field. Roll up the "total # of x star" field. Finally, create a formula field: " {total of 4 and 5 stars} / {total stars} " and give it a percentage format.
You could create a formula with a time trigger that takes that percentage and puts it in another field every Monday.
Something like that?
Nov 16, 2023 08:30 AM
You could add a new table with 1 record and link the records "5 stars" and "4 stars" to it once. In that new table, you could rollup the "editor # of stars" and "dashboard # stars". Make the sum in a formula field. Roll up the "total # of x star" field. Finally, create a formula field: " {total of 4 and 5 stars} / {total stars} " and give it a percentage format.
You could create a formula with a time trigger that takes that percentage and puts it in another field every Monday.
Something like that?
Nov 22, 2023 06:08 AM
It took me a while to get my head around it but it worked! Thank you so much for your help!
Nov 22, 2023 08:38 AM
"You could create a formula with a time trigger that takes that percentage and puts it in another field every Monday." > should have been "an automation" 🙂
Nov 22, 2023 09:28 AM
Haha thanks, I actually started playing around with the automations not long after my last reply. Thanks again so much, I really appreciate it!