Menu
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY CYBERSECURITY DATA SCIENCE
     ❯   

Google Sheets Double Click to Fill


Double Click to Fill

The fill function can be double clicked to complete formulas in a range:

Note: For the double click to work it has to see a recognizable pattern.

For example: by using headers, or with the formulas in the columns or rows next to the data.

Double Click to Fill Example

Let's use the Double click fill function to calculate the AttackB2:B20 + Defense C2:C20 for the Pokemons in the range D2:D20.

  1. Select D2
  2. Type =
Copy Values
  1. Select B2
  2. Type +
  3. Select C2

  1. Hit enter

  1. Double click the fill function highlighted by the black rectangle

Way to go! The function understands the pattern and completes the calculation for D2:D20. Note that it stops when there is no more data to calculate, at row 20.

Note: The Fill uses the data in nearby columns. If there is an empty column between the data and the destination range, the fill function might not work properly.