Skip to content

Kuba27x/Excel-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Excel-3

Status Excel

✨ Project Description

Excel-3 is a guide to the Find & Select feature in Excel. Here you'll find practical tips, instructions, and illustrations about finding, replacing, and removing values.

πŸ“š Goal: Help you master Excel's Find, Replace, Go To Special, and related toolsβ€”ideal for all users!


πŸ“’ Table of Contents


πŸ”Ž Find

  1. On the Home tab, in the Editing group, click Find & Select. (Or press CTRL+F)
  2. Click Find.

Find

The 'Find and Replace' dialog box will appear.

  1. Type the text you want to find. For example, type Melon.

Find1

Excel selects the first occurrence.

  1. Click Find Next

Find2

  1. To get a list of all the occurrences, click 'Find All'.
    (Note: Excel highlighted "Watermelon" even though we wanted to search the word "Melon". To only get exact match, go to Options in Find and Replace dialog box and select "Match entire cell contents.")

Options


πŸ”„ Replace

  1. On the Home tab, in the Editing group, click Find & Select.
  2. Click Replace.
  3. The 'Find and Replace' dialog will appear.
  4. Type the text you want to find and replace it with.
  5. Click Find Next.

Replace

  1. Click Replace to make a single replacement.

Replace1

(Note: Use Replace All to replace all occurrences.)


🧭 Go To Special

Use Excel’s Go To Special feature to quickly select all cells with data validation, formulas, conditional formatting, etc.
Here we select cells with formulas.

  1. Select range of cells.
  2. On the Home tab, in the Editing group, click Find & Select.
  3. Click Go To Special.
  4. Select Formulas and click OK.

Special

Excel selects all cells with formulas.


πŸƒ Wildcards

There are 3 wildcards in Excel:

  • ? matches exactly one character
  • * matches zero or more characters
  • ~ matches wildcards (for example, ~? finds a literal question mark).

πŸ—‘οΈ Delete Blank Rows

  1. On the Home tab, in the Editing group, click Find & Select.
  2. Click Go To Special.
  3. Select Blanks and click OK.

Special1

  1. On the Home tab, in the Cells group, click Delete then Delete Sheet Rows.

Delete

Result:

Result

(Note: this method also deletes rows with one or more blank cells.)

Now let's remove only rows that are completely empty:

  1. Insert COUNTA function and drag it down.

Counta

When COUNTA returns 0 it means the row is empty. We need to filter these rows.

  1. Select cell E1.
  2. On the Data tab, in the Sort & Filter group, click Filter. Arrows in column headers will appear.

Filter

  1. Click the arrow in E1 column.
  2. Click on Select All to clear all the check boxes, and click the check box next to 0.

Filter1

Click OK.

Result:
Result1

Delete these rows, then click Filter again to remove it.

Result:
Result2


➑️ Row Differences

  1. Select range H1:J7
    (Note: because we selected the range H1:J7 by clicking on cell H1 first, cell H1 is the active cell. As a result, the comparison cells are in column H.)
  2. On the Home tab, in the Editing group, click Find & Select.
  3. Click Go To Special.
  4. Select Row differences and click OK.

Special2

Result:
Result3

Colored differences:
Result4


πŸ“· Screenshots

You can find all screenshots in the /Screenshots folder.


ℹ️ Requirements

  • Microsoft Excel (recommended: 2021/365 for best compatibility)

πŸ‘¨β€πŸ’» Author

Project and documentation by Kuba27x
Repository: Kuba27x/Excel-3


About

Find & Select, Replace, Go To Special, Delete Blank Rows, Row Differences, Wildcards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published