I have searched for how to do this, but it seems unclear. There is no way to group by year, specifically. You can only select past year, next year, specific number of days, etc.
So how do you group items by year?
I have searched for how to do this, but it seems unclear. There is no way to group by year, specifically. You can only select past year, next year, specific number of days, etc.
So how do you group items by year?
Add a formula field and use the following formula
IF({date},YEAR({date}))
It is better to have an IF statement because if there is no date, it will be displayed as NaN.
Add a formula field and use the following formula
IF({date},YEAR({date}))
It is better to have an IF statement because if there is no date, it will be displayed as NaN.
Thank you! You would think Airtable would add a feature to sort by year instead of having to use a formula.
And for those of you who are not very code-savvy, here is a more in-depth tutorial.
IF({date},YEAR({date}))
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.