What is it?
Lookup() - Matching to a table. Great for recovering Excel folks! =VLOOKUP (value, table, col_index, [range_lookup]) value - The value to look for in the first column of a table. table - The table from which to retrieve a value. col_index - The column in the table from which to retrieve a value. range_lookup - [optional] TRUE = approximate match (default). FALSE = exact match. Filter() - Multidimensional queries.
Exercise 1
We have a table of goals, and a table of milestones. We want to pull in all the milestones for each goal into our table and then view them as a subtable. Use the Lookup formula.
Your answer:
Exercise 2
We have a table of goals, and a table of milestones. We want to pull in all the milestones for each goal into our table and then view them as a subtable. Use the Filter formula.
Your answer:
Milestones - Exercise 2 2
Exercise 3
Now, we don’t want to see all related milestones. We want to create a select list that only has the milestones related to the goal in the row. Use the Lookup formula.
Your answer:
Exercise 4
Now, we don’t want to see all related milestones. We want to create a select list that only has the milestones related to the goal in the row. Use the Filter formula.
Your answer:
Milestones - Exercise 4 2