Skip to main content
Solved

Show results by percentage from survey

  • February 6, 2023
  • 4 replies
  • 49 views

Forum|alt.badge.img+2

Hi there smart people!

I'm looking to show the percentage of improvement since the implementation of our new Figma redlining process from our team survey. Right now, 5/8 people say the process has either improved or greatly improved! Is it possible to show this in Airtable's Interface? Either as 5/8 or 63%? Participants will continue to add to this survey in the coming weeks. So, I need a create a formula that will update the Interface accordingly. 

Please, let me know if anyone has an answer!

Best answer by Russell_Findlay

one way is to create a formula which creates a 1 if your condition (improved or greatly improved) is fulfilled and 0 if not.

then create a number element which you set to this field and then make the summary type average

4 replies

Forum|alt.badge.img+16

one way is to create a formula which creates a 1 if your condition (improved or greatly improved) is fulfilled and 0 if not.

then create a number element which you set to this field and then make the summary type average


Forum|alt.badge.img+2
  • Author
  • New Participant
  • February 6, 2023

one way is to create a formula which creates a 1 if your condition (improved or greatly improved) is fulfilled and 0 if not.

then create a number element which you set to this field and then make the summary type average


Thanks so much! Can you let me know what those formulas would be?


Forum|alt.badge.img+16

FORMULA 

 

AND THEN NUMBER 

 

IF YOU HAVE BLANK RECORDS THEN YOU NEED TO FILTER THESE OUT AT THE NUMBER PHASE TO EXCLUDE ANY WHICH HAVE NOT GOT A RESPONSE TO THE QUESTION 

 


Forum|alt.badge.img+2
  • Author
  • New Participant
  • February 6, 2023

Thank you! This is magic!!