0
0
Excelspreadsheet~5 mins

Column transformations in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
A=TEXT(A2)
B=UPPER(A2)
C=PROPER(A2)
D=LOWER(A2)
How do you copy a formula down an entire column quickly?
ADrag the fill handle down
BDouble-click the fill handle
CRight-click and select copy
DPress Ctrl + Z
What does the formula =A2*10 do when copied down a column?
AMultiplies each value in column A by 10
BAdds 10 to each value in column A
CDivides each value in column A by 10
DCopies the value 10 to each cell
Which symbol is used to make a cell reference absolute in Excel?
A#
B&
C$
D*
What does the formula =CONCATENATE(A2, " ", B2) do?
AJoins text from A2 and B2 with a space
BConverts text to uppercase
CSubtracts B2 from A2
DAdds numbers in A2 and B2
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.