....
How to do things in excel

How to do things in Excel | Tips and Tricks: Answering Common Questions in Excel

How to do things in excel

How to do things in Excel | Tips and Tricks: Answering Common Questions in Excel

How to Do Things in Excel (Step-by-Step Guide)

Microsoft Excel is one of the most useful tools for organizing data, performing calculations, and building dashboards. This guide answers the most common “how to do things in Excel” questions with simple steps, practical examples, and the exact menu paths to click.

Focus keyword: How to do things in Excel


Quick answer: what does “how to do things in Excel” cover?

It usually means learning the essential tasks people search for daily: formulas, charts, filters, pivot tables, formatting, sorting, cleaning data, and shortcuts. If you master these, you can handle 80% of real-world Excel work.


How to create a chart in Excel

Use charts to visualize trends and comparisons.

  1. Select your data range (include headers).
  2. Go to Insert → choose a chart type (Column, Line, Bar, Pie, etc.).
  3. Click the chart → use Chart Design to add title, labels, and style.

Example: Select A1:B13 (Months + Sales) → Insert → Line chart → Add “Monthly Sales” title.

Read also: How to Make a Chart in Excel (Examples + Formulas)


How to use formulas in Excel

Formulas start with “=”. Use cell references to calculate automatically.

Most-used formulas

  • SUM: =SUM(B2:B10)
  • AVERAGE: =AVERAGE(B2:B10)
  • IF: =IF(B2>=100,"OK","Review")
  • XLOOKUP (modern): =XLOOKUP(E2,A:A,B:B)
  • VLOOKUP (legacy): =VLOOKUP(E2,A:B,2,FALSE)

Example: calculate margin

  • Revenue in B2, Cost in C2
  • Margin in D2: =(B2-C2)/B2
  • Format D2 as Percentage

Read also: Excel Formulas Guide (with Examples)


How to freeze rows or columns in Excel

Freezing keeps headers visible while scrolling.

  1. Click the cell below the row(s) you want to freeze (and to the right of columns to freeze).
  2. Go to ViewFreeze PanesFreeze Panes.

Tip: To freeze the top row only: View → Freeze Panes → Freeze Top Row.

Customer Satisfaction Reports in Excel: Download Now, It’s Free!


How to filter data in Excel

Filtering shows only the rows that match a condition.

  1. Select your table (include headers).
  2. Go to Data → click Filter.
  3. Use dropdown arrows on headers to filter by value, date, or text.

Example: Filter “Status” to show only “Paid”.


How to create a pivot table in Excel

Pivot tables summarize large datasets quickly.

  1. Select your data range.
  2. Go to InsertPivotTable.
  3. Choose where to place it (new sheet is best).
  4. Drag fields into Rows, Columns, Values, Filters.

Example: Rows = Country, Values = Sum of Revenue → instantly shows revenue by country.


How to remove duplicates in Excel

  1. Select the range (or click inside the table).
  2. Go to DataRemove Duplicates.
  3. Select the columns that define a “duplicate” → OK.

Tip: Always save a copy or add a backup column before removing duplicates.


How to sort data in Excel

  1. Click inside your dataset.
  2. Go to DataSort.
  3. Select the column → choose A→Z or Z→A (or custom sort).

Best practice: Sort the entire table, not just one column, to avoid misaligned rows.


How to merge cells in Excel (and when not to)

Merging can break sorting/filtering. Use it mainly for titles.

  1. Select cells → HomeMerge & Center.

Better option: Use Center Across Selection (Format Cells → Alignment) to keep data structure clean.


How to protect cells or worksheets in Excel

  1. Select cells users can edit → Right-click → Format Cells → Protection → uncheck “Locked”.
  2. Go to ReviewProtect Sheet.
  3. Set permissions and (optional) password.

Comprehensive Business Startup Checklist: From Idea to Launch + Excel and Word Free Download


How to create a drop-down list in Excel

  1. Select the cell(s).
  2. Go to DataData Validation.
  3. Allow: List.
  4. Source: type values separated by commas (e.g., Low,Medium,High) or select a range.

How to use conditional formatting in Excel

Conditional formatting highlights values automatically.

  1. Select your range.
  2. Go to HomeConditional Formatting.
  3. Pick a rule (Top/Bottom, Greater Than, Duplicate Values, Color Scales, etc.).

Example: Highlight overdue invoices: format dates older than TODAY().


How to calculate average, percentage, and text case

Average

=AVERAGE(A1:A10)

Percentage

Example: 20% of A1 → =A1*20/100

Lowercase / uppercase

  • Lowercase: =LOWER(A1)
  • Uppercase: =UPPER(A1)
  • Title case (manual approach): use Power Query or a helper formula depending on need

Sales Reports in Excel: Download Now, It’s Free!


Excel keyboard shortcuts (most useful)

Shortcuts save hours. Here are the most practical ones:

  • Ctrl + C: Copy
  • Ctrl + V: Paste
  • Ctrl + Z: Undo
  • Ctrl + Y: Redo
  • Ctrl + F: Find
  • Ctrl + H: Replace
  • Ctrl + S: Save
  • Ctrl + Arrow: Jump to edge of data
  • Ctrl + Shift + L: Toggle filters
  • Alt + =: AutoSum

FAQ: How to do things in Excel

What are the most important Excel skills to learn first?

Start with formulas (SUM, IF, XLOOKUP), filters, pivot tables, and charts. These cover most business use cases.

Should I learn VLOOKUP or XLOOKUP?

Learn XLOOKUP first (newer, simpler, more flexible). Use VLOOKUP only if you work with older files.

How do I clean messy Excel data quickly?

Use Remove Duplicates, Text to Columns, TRIM, CLEAN, and (best) Power Query for repeatable cleaning.

What is the fastest way to summarize thousands of rows?

A PivotTable. Insert → PivotTable → drag fields into Rows and Values.


Related Excel resources


Final takeaway

If you want to learn how to do things in Excel, focus on the essentials: formulas, charts, pivots, filtering, and clean data habits. Once you’re comfortable with those, Excel becomes a decision tool, not just a spreadsheet.

Next step: pick one task from this guide and apply it to a real file today. Results will come fast.

Best Expense Management in Excel: Download Now, It’s Free!

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.