Complete the code to fill cells with a series of numbers starting from 1.
Select cell A1 and enter 1. Then drag the fill handle down to cell A[1].
Dragging the fill handle down to cell A5 will fill cells A1 to A5 with numbers starting from 1.
Complete the code to use Flash Fill to separate first names from full names in column A into column B.
Type the first name from cell A2 into cell B2. Then select B2 and press [1] to activate Flash Fill.
Pressing Ctrl + E activates Flash Fill in Excel, which automatically fills the column based on the pattern you started.
Fix the error in the instruction to fill dates incrementing by 1 day starting from 1/1/2024 in cell A1.
Enter 1/1/2024 in A1 and 1/2/2024 in A2. Then select both cells and drag the fill handle down to [1].
Dragging down to A10 fills dates from 1/1/2024 to 1/10/2024 incrementing by 1 day.
Fill both blanks to create a Flash Fill formula that extracts the domain from email addresses in column A into column B.
Type the domain from A2 into B2 (e.g., example.com). Then select B2 and press [1] to activate Flash Fill. If Flash Fill does not work, go to the Data tab and click [2].
Ctrl + E activates Flash Fill shortcut. The Flash Fill button on the Data tab also triggers Flash Fill.
Fill all three blanks to create a formula that uses AutoFill to create a series of multiples of 3 starting from 3 in cell A1.
Enter [1] in A1. Enter [2] in A2. Select both cells and drag the fill handle down to [3].
Starting with 3 and 6 in A1 and A2, dragging down to A10 fills multiples of 3 up to 30.