Jan 29, 2016 12:24 PM
I am new to Airtable and still learning the basics. In Airtable I have a list of websites I manage, including a column for the webhost. My goal is to make a way to quickly see how many sites are on each host. When the list was in Excel, I used the COUNTIF:
=COUNTIF([Host],C3)
A B C
Domain Host Host Count
site1.com hostA 2
site2.com hostA 2
site3.com hostB 1
I also made a pivot table that had in the first column a list of the unique entries in the host column in the main sheet, and in the second column the count
Host Total
hostA 2
hostB 1
Is this possible in Airtable? Could someone point me in the right direction as to which features to use?
Feb 06, 2016 09:23 PM
You should be able to get the second example to work, but you’ll need to use two tables (which is actually a good relational data model).
May 03, 2016 03:25 PM
I am trying to reproduce also the countif function but with 3 criteria, can some one help me come up with a formula to fill in my last column automatically. here is my table: