The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I’m running into limits in Blocks. I want to be able to create formulas beyond just SUM, AVG, MEAN and other standard formulas. For example, I want to look at all the data from my NPS survey and calculate the NPS score automatically using the Summary...
We created a new field with the formula:
IF(Score < 7, -100, IF(Score > 8,100,0))
Then create a new view and filter by a specific time period that you want to calculate the NPS.
Then create a new block and specify that view, the field with the formul...
Actually, looks like I can fake it by creating a formula within each row and then getting an average of that. It’s backwards but I think it could work.
We don’t need just a gantt view! The awesome thing about Airtable is that it allows you to organize and view data any way you want. The timeline is a great start because it’s the foundation of a gantt view, but imagine being able to group the records...