Skip to main content
Automation

From Excel to the Cloud: Your First Business Automation

Alix Peñuela

Alix Peñuela

COO - Operations

15 May 2019
9 min read
From Excel to the Cloud: Your First Business Automation

The Nightmare Excel File Only Juan Understands

Every business has one. That Excel file with macros nobody understands, formulas that mysteriously break and that only Juan, who has already resigned, knew how to manage.

It is time to let it go.

Why Excel Does Not Scale

Do not misunderstand me. Excel is an incredible tool. But it has limits:

❌ One file = one user at a time ❌ Versions called "Final_v3_definitely_final_this_time.xlsx" ❌ Formulas that break when someone edits ❌ No reliable change history ❌ Difficult mobile access

The Alternative: Google Sheets

Google Sheets is more than "Excel online". It is a collaborative tool with superpowers:

✅ Multiple simultaneous users ✅ Automatic change history ✅ Access from any device ✅ Integrations with hundreds of tools ✅ Automation without macros

Your First Automation

Let us create a simple but powerful automation: an automatic notification when a row is added.

Scenario: You have an orders sheet. You want to receive an email whenever a new order arrives.

Tools: Google Sheets + Google Apps Script (included, free)

Steps:

  1. Open your sheet in Google Sheets
  2. Go to Extensions > Apps Script
  3. Copy this code:
function onEdit(e) {
  var sheet = e.source.getActiveSheet();
  if (sheet.getName() == "Pedidos") {
    MailApp.sendEmail("tu@email.com", "Nuevo Pedido", "Revisa la hoja de pedidos");
  }
}
  1. Save and authorise
  2. Done!

5 Useful Automations to Start With

1. Automatic Backup

Automatically copy important sheets every day.

2. Email Reports

Send a weekly summary automatically every Monday.

3. Data Validation

Alerts when values outside the permitted range are entered.

4. Consolidation

Combine data from multiple sheets automatically.

5. Data Cleaning

Automatically format and clean new data.

The Next Level: Zapier

When Google Sheets falls short, Zapier connects to thousands of applications.

Examples:

  • New Facebook lead → Sheets row
  • New Sheets row → Trello task
  • New Shopify order → Slack notification

Migration Plan

Step 1: Identify your 3 most critical Excel files

Step 2: Migrate the simplest one to Google Sheets

Step 3: Test with your team for 2 weeks

Step 4: Migrate the remaining files

Step 5: Identify automation opportunities


Move beyond Excel. Your first step towards real automation. We can help.

Want to implement this in your business?

Book a free consultation and let us discuss your specific needs.

Book a Free Consultation

About the Author

Alix Peñuela
Alix Peñuela

COO - Operations

Specialist in process optimisation and project management. His pragmatic approach has helped dozens of businesses measurably improve their operational efficiency.

Ready to take the next step?

Every business is unique. Let us discuss how we can help you achieve your digital transformation goals.

Book Your Free Consultation
💬 Chat with our AI