Recall & Review
beginner
What is a column transformation in Excel?
A column transformation means changing or creating new data in a column by using formulas or functions to modify the original values.
Click to reveal answer
beginner
How do you apply a formula to transform an entire column in Excel?
You write the formula in the first cell of the new column, then drag the fill handle down to copy the formula to other cells in that column.
Click to reveal answer
beginner
What does the formula
=UPPER(A2) do when applied to a column?It changes the text in cell A2 to all uppercase letters. When copied down, it transforms all text in that column to uppercase.
Click to reveal answer
beginner
How can you combine text from two columns into one using Excel formulas?
Use the
=A2 & " " & B2 formula to join text from columns A and B with a space between them.Click to reveal answer
intermediate
What is the purpose of absolute references in column transformations?
Absolute references (using $ signs) keep a cell reference fixed when copying formulas down a column, useful when you want to use a constant value or cell.
Click to reveal answer
Which formula converts text in cell A2 to lowercase?
✗ Incorrect
The LOWER function changes all letters in the text to lowercase.
How do you copy a formula down an entire column quickly?
✗ Incorrect
Double-clicking the fill handle copies the formula down automatically to match adjacent data length.
What does the formula
=A2*10 do when copied down a column?✗ Incorrect
The formula multiplies the value in each cell of column A by 10.
Which symbol is used to make a cell reference absolute in Excel?
✗ Incorrect
The dollar sign ($) fixes the row or column reference in formulas.
What does the formula
=CONCATENATE(A2, " ", B2) do?✗ Incorrect
CONCATENATE joins text strings; here it joins A2 and B2 with a space in between.
Explain how to transform a column of names to uppercase in Excel.
Think about text functions and copying formulas.
You got /3 concepts.
Describe the difference between relative and absolute references when copying formulas in a column.
Consider what happens when you drag formulas down.
You got /3 concepts.