Skip to content

Kuba27x/Excel-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

📊 Excel-1

Status Excel

✨ Project Description

Excel-1 is a guide to advanced features and tricks in Microsoft Excel. Here you'll find practical tips, instructions, and illustrations about working with ranges, Auto Fill, custom lists, Flash Fill, and modern formulas such as TEXTSPLIT and SEQUENCE.

📚 Goal: Help you use Excel more efficiently every day—suitable for both beginners and advanced users!


📒 Table of Contents


🔲 Ranges in Excel

A range in Excel is a group of two or more cells.
To fill a range:

  1. Select a cell with a value or formula.
  2. Grab the small square in the bottom right corner and drag it.

📝 Tip: When you drag, Excel automatically recognizes patterns (formulas/numbers/dates) and extends them.

To move a range:

  • Select the range, click its border, and drag it to a new location.

To insert/delete rows or columns:

  • Right-click the row/column header and choose Insert/Delete.

To change column width:

  • Drag the right edge of the header.
  • Double-click the edge to auto fit to the longest content.

↔️ AutoFit

AutoFit Initial column width.

AutoFitResult AutoFit to the longest entry.

To automatically fit column width to its content, double-click the right edge of the column header.


🔄 Auto Fill

AutoFill Example of auto-filling formulas, times, and dates.

AutoFillOptions Auto Fill options for dates.

AutoFillResult Result of filling months.


📝 Custom Auto Fill List

You can create your own list for quick auto-filling.

  1. File → Options → Advanced → General → Edit Custom Lists.

Settings

CustomList Add your own list here.

CustomListResult Effect: type e.g. "London" in a cell, drag, and the list will fill automatically.

ℹ️ Note: Custom lists are stored in the system registry and can be used in other workbooks.


⚡ Flash Fill

FlashFill Creating emails from a pattern.

  1. Type an example result next to your data.
  2. Select the cell and press CTRL + E (Flash Fill shortcut).

FlashFillResult Flash Fill in action.

FlashFill2 Splitting one cell into several.

FlashFillResult2 Final result—press CTRL+E in each column.

⚠️ Remember: Flash Fill results do not update automatically if source data changes. For dynamic results, use formulas!


🧩 TEXTSPLIT Function

Textsplit

Instead of Flash Fill, you can use this formula:

=TEXTSPLIT(text, column_separator)
  • Available only in Excel 365/2021!
  • Fills multiple cells at once (spilling).

🔢 SEQUENCE Function

Sequence

This function generates a sequence of numbers:

=SEQUENCE(rows, columns, start, step)
  • Only in Excel 365/2021!
  • Fills multiple cells at once.

📷 Screenshots

You can find all screenshots in the /Screenshots folder.


ℹ️ Requirements

  • Microsoft Excel (recommended: 2021/365 for modern formulas)
  • Windows OS (for custom lists)

👨‍💻 Author

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


About

Ranges, AutoFill, Flash Fill, Auto Fit, Paste Special, SEQUENCE and TEXTSPLIT formulas

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published