How to Create an Annual Rainfall Chart in Google Sheets

With historical rainfall data, you can easily create a rainfall chart in Google Sheets to analyze weather patterns and their impacts. Such a chart can be helpful in many contexts.

For example, if you work in construction, outdoor activities might be delayed or interrupted by rain, impacting schedules and budgets. With a clear visual representation of rainfall patterns, you can better plan work activities, especially if you are new to the area.

A rainfall chart can help you plan indoor tasks for rainy periods and focus outdoor work on drier days, optimizing your resources and reducing weather-related delays.

Finding Historical Rainfall Data

For accurate data, visit official sources like your country’s meteorological department website or reputable climate databases. Many of these resources offer monthly or annual rainfall data in millimeters. Here, I’ll demonstrate how to create an annual rainfall chart using monthly data.

If you also have data on the number of rainy days per month, you can include that to create a more detailed chart.

Sample Data Format for an Annual Rainfall Chart in Google Sheets

Start by formatting your rainfall data in a simple table. Use two rows: the first row for month names and the second row for rainfall data in millimeters (mm) for each month.

For example, the data in A1:M2 would look like this:

MonthJanFebMarAprMayJunJulAugSepOctNovDec
Rainfall (mm)18.4131.9140.3189.8669.1630358.3273.8442.533947.9

Example Data Source: This rainfall data is based on historical rainfall data from Kerala, India, in 2010, obtained from data.gov.in. This example is solely for instructional purposes to guide you in creating a rainfall chart in Google Sheets

Steps to Create an Annual Rainfall Chart in Google Sheets

Once you have entered and arranged your data as shown, you can create a rainfall chart in just two steps:

  1. Select the Range: Highlight the range A1:M2.
  2. Insert Chart: Go to Insert > Chart.

Google Sheets will analyze your data and automatically generate a column chart. If the chart doesn’t display correctly, use the following settings in the Chart Editor:

Annual Rainfall Chart with Monthly Rainfall in Google Sheets

Chart Editor Settings (Under Setup):

  • Chart Type: Column Chart
  • Stacking: None
  • Data Range: A1:M2
  • X-Axis: Month
  • Series: Rainfall (mm)

Additional Settings:

  • Uncheck Aggregate
  • Check Switch Rows/Columns
  • Check Use column A as headers
  • Check Use row 1 as labels

Including Rainy Days in the Rainfall Chart

If you want to add the number of rainy days per month, you can include a third row in your data. For example, use Row 3 to record the number of rainy days:

MonthJanFebMarAprMayJunJulAugSepOctNovDec
Rainfall (mm)18.4131.9140.3189.8669.1630358.3273.8442.533947.9
Rainy Days31514182728241624125

To create a combo chart displaying both rainfall and rainy days:

  1. Select the Range: Highlight the range A1:M3.
  2. Insert Chart: Go to Insert > Chart.

Chart Editor Settings (Under Setup):

  • Chart Type: Combo Chart
  • Stacking: None
  • Data Range: A1:M3
  • X-Axis: Month
  • Series: Rainfall (mm), Rainy Days

Additional Settings:

  • Uncheck Aggregate
  • Check Switch Rows/Columns
  • Check Use column A as headers
  • Check Use row 1 as labels

Chart Editor Settings (Under Customize):

  1. Go to Series > Select Rainy Days
    • Set Type to Line
    • Set Axis to Right
  2. Ensure the Rainfall (mm) series is set to Columns.
Annual Rainfall Chart with Monthly Rainfall and Number of Rainy Days in Google Sheets

Customizing Vertical Axis Titles in a Combo Chart

In the combo chart, you’ll have two vertical axes: one for Rainfall and another for Rainy Days. To label each axis:

  1. Go to Chart Editor > Customize > Chart and Axis Titles.
  2. Select the Vertical axis title and name it Rainfall (in mm).
  3. Select the Right vertical axis title and name it Rainy Days.

With these steps, you’ve successfully created a combined chart in Google Sheets that displays both annual rainfall and the number of rainy days per month, providing valuable insights into seasonal patterns. This can be a powerful tool for planning and resource allocation in weather-dependent projects.

Prashanth KV
Prashanth KV
Your Trusted Google Sheets and Excel Guide Prashanth KV brings a wealth of experience in Google Sheets and Excel, cultivated through years of work with multinational corporations in Mumbai and Dubai. As a recognized Google Product Expert in Docs Editors, Prashanth shares his expertise through insightful blogging since 2012. Explore his blog for practical tips and guidance on maximizing your spreadsheet skills.

Sort Data but Keep Blank Rows in Excel and Google Sheets

Using a dynamic array formula or the FILTER command, we can sort data and...

Lookup Values Under Categories in Excel and Google Sheets

We can use a combination of XLOOKUP and VLOOKUP in both Excel and Google...

Extract Items Under a Category from the Same Column in Excel

In Excel, you can use a combination of the XLOOKUP and DROP functions to...

How to Create a Searchable Table in Excel Using the FILTER Function

Finding specific records, or rows containing the required information, is straightforward in Excel using...

More like this

XMATCH Row by Row: Finding Values Across a Range in Google Sheets

Using the BYROW function with XMATCH in Google Sheets allows us to match values...

Limit Formula Expansion to a Specific Row in Google Sheets

In this tutorial, I’ll explain how to limit the expansion of an array formula...

3-D Referencing Structured Data Tables in Google Sheets

When you have several tables within a single sheet—not across multiple sheets in a...

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.