This is a good rule of thumb for most formulas: Start with the table, then add your formula with a dot. So in this case, start the formula with Blog Posts.Filter(....
Reveal answer
24
No results from filter
Exercise 2
Use FILTER() to return the first category listed in
Remember, the categories are rows, so you can use dots to drill down and select column values (like checkboxes...cough cough hint hint)...from those rows
Answer
23
No results from filter
Exercise 6
Find the number of blog posts that are featured OR meet both of the following conditions
1) has
@Type A
in the Type column and
2)
@Product
as the category.
Your answer:
Hint 1
Use parentheses to separate the first criteria from the last two
Hint 2
When a lookup is multiselect, you can’t use the = sign. Instead, you have to use CONTAINS()
Answer
3
=
No results from filter
Exercise 7 - Bonus Question!
Return a bulleted list of blog posts where either:
the category description is less than 100 characters or has
@Type B
in the Type column...
AND
either:
(1) is authored by TJ Eby or
2) the publish date is in 2017.Sort the list alphabetically ascending by doc title.
Your answer:
Hint 1
The YEAR() formula might come in handy...
Answer
@It’s a new day for docs.
@Remodeling the Coda user experience
Tip to read only after you solve it
It’s hard to keep track of long filter conditions when they’re all squished together like this. So you can type Shift + Return within the formula builder to break up the formulas into different lines, like this:
@It’s a new day for docs.
@New building block: Automation
@Remodeling the Coda user experience
No results from filter
Want to print your doc? This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (