How many different birthdays will be have to celebrate?
11
How many different email domains do people have?
9
Duplicates
Duplicates() is a relatively new additions to the CFL (Coda Formula Language), and while it may seem like a life-saver at first, its unfortunately not as helpful as you might think when attempting to identify and squash duplicate values in a list.
Before we get to use-cases though, let’s just learn how it works.
Here’s the same list of 25 people’s ages that we had in the Unique() section.
1488111435164648246739
And here's is the list of the duplicate values using Duplicates().
14
Look at the values and data that Duplicates() returns. What kind of information does it give you, and what type of information does it not provide? Think about it for a moment and type your thoughts into the boxes below. Then, when you are done, press the button to view some potential answers
View Potential Answers
Duplicates provides the following data
Duplicates does NOT provide. . .
Duplicates provides the following data
Duplicates does NOT provide. . .
1
Add your thoughts here
Add your thoughts here
There are no rows in this table
Practice: Find the Unique and Duplicate values from a set of individuals favorite animals
Done
Create a warning message if there are duplicates within vote results
Done
Challenge: Create a summary table of people’s favorite animals