Which Excel function returns the number of characters in a text string?
Correct answer: A
LEN returns the total number of characters in a given text string.
0 correct out of 0 attempted (0%)
Correct answer: A
LEN returns the total number of characters in a given text string.
Correct answer: C
UPPER converts all lowercase letters in a text string to uppercase.
Correct answer: C
LOWER converts all uppercase letters in a text string to lowercase.
Correct answer: D
PROPER capitalizes the first letter of every word in a text string.
Correct answer: D
TRIM removes leading, trailing, and extra internal spaces from text.
Correct answer: D
The IF function returns one result if a condition is true and another if it's false.
Correct answer: A
IFERROR returns a specified fallback value when a formula would otherwise produce an error.
Correct answer: C
The AND function returns TRUE only when every specified condition is true.
Correct answer: D
The OR function returns TRUE if any one of the specified conditions is true.
Correct answer: A
The NOT function reverses the logical value of its argument.
Correct answer: D
TODAY returns the current date and updates automatically whenever the sheet recalculates.
Correct answer: B
NOW returns the current date and time, updating on recalculation.
Correct answer: D
PMT calculates the periodic payment for a loan based on constant payments and interest rate.
Correct answer: B
FV calculates the future value of an investment given regular payments and a fixed rate.
Correct answer: B
PV calculates the present value of a series of future cash flows.
Correct answer: A
The fill handle is a small square at the bottom-right of a selected cell used to drag and copy content.
Correct answer: A
The AutoSum button quickly inserts a SUM formula for adjacent numeric cells.
Correct answer: A
Freeze Panes keeps selected rows/columns visible on screen while scrolling.
Correct answer: B
Sort arranges data in a specified order, ascending or descending, based on column values.
Correct answer: D
Filter hides rows that don't meet the chosen criteria, without deleting any data.
Correct answer: B
Conditional Formatting changes a cell's visual appearance based on rules applied to its value.
Correct answer: C
Data Validation restricts allowable input, ensuring only certain types or ranges of data can be entered.
Correct answer: A
A PivotTable summarizes and analyzes large datasets through dynamic grouping and aggregation.
Correct answer: C
Charts create visual representations of worksheet data, such as bar or line graphs.
Correct answer: B
A pie chart visually represents parts of a whole as slices of a circle.