Lessons 4-6 Flashcards
What chart compares different categories of items or the same category over time, depicting the types of items (or diff years) across the horizontal axis and the values for each category as a pillar rising into the vertical axis?
Column chart
What is a column chart that breaks the column bars into segments that represent subcategories that are consistent across the columns?
Stacked column chart
What chart is used to compare the parts of category to the whole and each part is typically express as a percentage of the whole?
Pie chart
What chart compares the values of a particular category over time, and by connecting the dots, are helpful in uncovering trends in a dataset?
line chart
What date function returns the current date?
TODAY function
What date function returns the current date and time?
NOW function
What date function returns the day portion of a date?
DAY function
What date function returns the month portion of a date?
MONTH function
What date function returns the year portion of a date?
YEAR function
What date function returns the day of the week of a date?
WEEKDAY function
What date function returns the week of the year for a date?
WEEKNUM function
What time function returns the hour portion of a time?
HOUR function
What time function returns the minute portion of a time?
MINUTE function
What time function returns the second portion of a time?
SECOND function
What text function returns the length, in number of characters, of a block of text?
LEN function
What text function returns the position of a specific character, word, or phrase within a block of text?
SEARCH function
What text function returns a specified number of characters starting from the beginning of a block of text?
LEFT function
What text function returns a specified number of characters starting from a point you choose of a block of text?
MID function
What text function returns a specified number of characters starting from the end of a block of text?
RIGHT function
What text function makes all of the selected text upper case?
UPPER function
What text function makes all of the selected text lower case?
LOWER function
What text function converts a block of text to title-case?
PROPER function
What text function combines blocks of text?
CONCATENATE/CONCAT function
What text function replaces specified characters, words, or phrases within a block of text with new characters, words, or phrases?
SUBSTITUTE function