0
0
Excelspreadsheet~8 mins

Selecting cells, rows, and columns in Excel - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Selecting cells, rows, and columns
Goal

Learn how to select specific cells, entire rows, and entire columns in Excel to organize and analyze data easily.

Sample Data
ItemCategoryPriceQuantity
AppleFruit1.2010
BananaFruit0.8015
CarrotVegetable0.5020
BroccoliVegetable1.008
MilkDairy2.505
Dashboard Components
  • Selected Cell: Cell B3 (Category of Banana). This shows how to select a single cell.
  • Selected Row: Row 4 (Carrot data). Selecting the entire row shows all details for that item.
  • Selected Column: Column C (Price). Selecting the whole column helps to analyze prices.
  • Sum of Prices (Selected Column C): Formula =SUM(C2:C6) calculates total price of all items.
  • Sum of Quantities (Selected Column D): Formula =SUM(D2:D6) calculates total quantity of all items.
Dashboard Layout
+----------------------+----------------------+----------------------+
| Selected Cell: B3    | Selected Row: 4      | Selected Column: C   |
| (Category of Banana) | (Carrot data row)    | (Price column)       |
+----------------------+----------------------+----------------------+
| Sum of Prices: 6.00  | Sum of Quantities: 58                       |
+---------------------------------------------------------------+
Interactivity

When you click on a cell, row, or column, Excel highlights it. Selecting a row or column updates the formulas that sum prices or quantities for that selection. For example, selecting column C updates the sum of prices. Selecting row 4 highlights all data for Carrot.

Self Check

If you select the entire row 3 (Banana), which cells get highlighted? What is the value in the Price column for that row? What happens to the sum formulas if you select only column D?

Key Result
This dashboard shows how to select cells, rows, and columns in Excel and how selection affects data analysis like sums.