Excel Agility: Spreadsheet Basics Part 2

Notice: No webinar is currently available in this series.

This webinar is not currently available, new dates coming soon.

Frequently Asked Questions

Working effectively with multiple worksheets is essential for organizing complex Excel workbooks. To rename a sheet tab, double-click it and type the new name—meaningful names like Data, Summary, and Assumptions make navigation much clearer than Sheet1, Sheet2, Sheet3. Right-clicking a tab reveals options to insert, delete, move, copy, or color-code tabs. Color-coding groups of related sheets helps users quickly identify sections. To move a sheet, drag its tab to the desired position; to copy it, hold Ctrl while dragging. You can select multiple sheets simultaneously by holding Ctrl and clicking tabs—actions taken while multiple sheets are selected (like formatting or entering a value) apply to all selected sheets simultaneously, which is useful for applying consistent headers across monthly report tabs. To reference a cell from another sheet in a formula, use the syntax SheetName!CellAddress—for example, =Summary!B5 references cell B5 on the Summary sheet. To reference the same cell across multiple consecutive sheets (3D reference), use =SUM(Jan:Dec!B5) to sum cell B5 across all sheets from Jan to Dec. These multi-sheet skills are foundational for professionals building integrated workbooks covered in Aurora Training Advantage's Excel Agility: Spreadsheet Basics Part 2.
Creating a chart in Excel starts with selecting the data you want to visualize—including column headers and row labels—then going to Insert and choosing a chart type from the Charts group. Excel offers many types: Column and Bar charts compare categories, Line charts show trends over time, Pie charts display proportions of a whole, and Scatter charts plot relationships between two variables. After inserting, Excel activates Chart Design and Format tabs with customization options: chart titles, axis labels, data labels, legend position, and color schemes. Clicking any chart element (title, axis, bars) selects it for direct editing or formatting. To change the chart type after creation, right-click the chart and select Change Chart Type. Recommended Charts (Insert > Recommended Charts) suggests chart types that suit your selected data, which is helpful for beginners. Charts can be resized by dragging their corners and repositioned by clicking and dragging the chart border. For data that changes frequently, charts linked to Excel Tables automatically update to include new rows. A clean, labeled chart communicates data insights far more effectively than raw numbers—for most business purposes, column charts for comparisons and line charts for trends are the two most useful starting points. Aurora Training Advantage's Excel Agility series covers data visualization fundamentals for business professionals.
Find and Replace (Ctrl+H) is one of Excel's most efficient tools for updating content across an entire workbook quickly. In the Find and Replace dialog, enter the text or value you want to find in the Find what field and the replacement in the Replace with field. Click Replace All to change every instance at once, or Find Next and Replace to review and approve each change individually. The Options button reveals powerful additional controls: Match Case ensures replacements are case-sensitive, Match entire cell contents finds only cells where the entire content matches (not partial matches), and the Look In dropdown lets you search in values (what's displayed), formulas (the underlying formula text), or comments. You can also replace formatted cells or specific cell formatting rather than text content. For spreadsheets where a company name changed, a rate was updated, or account labels need standardization, Replace All across the workbook makes the change in seconds. A useful trick is leaving the Replace with field empty and clicking Replace All to delete all instances of a specific value or text string. Always use Find Next first to verify the scope before Replace All on large files to avoid unintended changes.
Adding and removing rows and columns in Excel is fundamental for managing spreadsheet structure. To insert a row, right-click a row number and select Insert—a new blank row appears above. To insert a column, right-click a column letter and select Insert. For multiple rows or columns at once, select the same number of existing rows or columns first (Ctrl+click to select multiple non-contiguous ones), then right-click and Insert—Excel inserts the same number of rows or columns as selected. To delete rows or columns, right-click the row number or column letter and select Delete (not the Delete key on the keyboard, which only clears contents without removing the row). To hide a row or column without deleting it, right-click and select Hide; to unhide, select the rows or columns on either side of the hidden area, right-click, and select Unhide. After inserting or deleting rows, check that SUM formulas and named ranges still include the correct cells—especially when inserting or deleting rows at the boundaries of a range. Excel Tables handle this automatically by adjusting ranges to include new rows, making them preferable to plain ranges for growing datasets. These structural operations are core skills for anyone managing Excel spreadsheets professionally.
AutoFill is one of Excel's most time-saving data entry features, recognizing patterns and extending series automatically. To use it, enter one or more values to establish a pattern, select the cells containing the starting values, then drag the small square Fill Handle in the bottom-right corner of the selection downward, upward, left, or right. Excel extends the pattern: dragging down from January fills February, March, April; dragging from 1, 2 fills 3, 4, 5; dragging from Monday fills Tuesday, Wednesday; dragging from Q1 FY2024 fills Q2 FY2024, Q3 FY2024. Double-clicking the Fill Handle instead of dragging fills down to match the length of the adjacent column—a significant time saver for large datasets. The Fill Handle options button that appears after an AutoFill provides choices to fill formatting only, fill values only, or fill as a series. For dates, options include Fill Days, Fill Weekdays, Fill Months, or Fill Years. Flash Fill (Ctrl+E) is a related feature that detects patterns in your manual entries and fills the remaining rows automatically—useful for reformatting text data like extracting first names or reformatting phone numbers. These fill tools dramatically accelerate data entry and preparation in Excel spreadsheets.