Auto Fill is a powerful feature in Excel that enables you to quickly populate rows or columns with a variety of data types, including:
- The same value or string
- An incremented value
- A decremented value
- A value calculated using a formula
Let's see examples of each of them,
1. Auto Fill same value or string

As you may see in the above example, in column A we have a number, and in column B we have a string name Sam.
You can keep taking your cursor to the bottom left side of the cell and the + sign cursor appears, hold on your mouse, and drag down until the cell you want the value to be repeated.
Or, you can also make use of the keyboard shortcut Control + D on your Mac to fill in all the selected columns.
2. Auto Fill Increment values

This is one of the most valuable scenarios, fill in a few values and drag the + pointer till the cell you want the values to be filled. As in the above example 1, 2, 3, 4... 10
3. Auto Fill Decrement values

Here you will fill few values in descending order eg 10, 9, and use + pointer to fill the rest of the required cells.
4. A value calculated using a formula

Let's say you have numbers 1 to 10 in column A, and in column C, repeated value 2, in cell D2 you have the formula = A2*C2
Now all you need to do is, click on the + cursor and drag to apply the formula in column D
Note: You can also double-click on the + pointer and the rest of the down cells will be auto-filled.
Have Questions? Post them here!
- Opening mac Terminal
- How to change default macOS Terminal Window size
- How to clear Mac Terminal screen
- Find Hostname of Mac running on macOS Ventura 13
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to switch from bash to zsh shell in macOS Terminal
- Limit scrollback rows in macOS Terminal
- How to Set Background Wallpaper on macOS 13 Ventura
- This operation couldnt be completed. Unable to locate a Java Runtime. [macOS]
- Encode or Decode Base64 String using Mac Terminal Command
- List of All Apple Silicon ARM Based M1/M2 Mac [updated Oct 2022)
- How to remove Siri from Menu Bar [macOS Big Sur]
- Must Know Homebrew Commands for Mac/Linux Users
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- 13.0 MacOS Ventura release date
- How to change the default location of Mac Screenshot
- How to set Out Of Office (OOO) on Outlook for Mac
- 30+ Zoom video communications application shortcuts for macOS
- How to install wget on macOS
- Mac turn dark mode on or off using terminal command
- Create Symbolic Link using Terminal Command
- Mac - How to Install VirtualBox
- How to Enable or Disable Dark Mode on macOS Ventura 13
- How to install homebrew (brew) on M1 Mac
- How to uninstall Microsoft Outlook on Mac
- Get Absolute Relative Path of File in IDEA IntelliJ - Java
- macOS Ventura Login Item Added Google Chrome Notification - MacOS
- Format Code in Visual Studio - VS Code [Mac/Windows/Linux] - HowTos
- fix fatal: --local can only be used inside a git repository error - Git
- How to switch Eclipse IDE Workspace - Eclipse
- How to save a file as csv in Windows Notepad? - Microsoft
- Command to get count of only directories [macOS/Linux/Unix] - HowTos
- WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. - PIP