AlgorComp

Practical guide

Excel automation – how to stop manual copying between sheets

Excel is still the most-used analytics tool in European companies today. And it will probably stay that way for the next 10 years. The problem is not that Excel exists. The problem is that we spend 60% of our time on activities a machine could do. This article shows how to really automate Excel work without removing it from the company. Power Query, Power Automate Desktop, Copilot in Excel, Microsoft Lists as alternative – all with concrete examples and impact.

Author: Kacper Włodarczyk, Founder of ALGORCOMPPublished: May 23, 2026Reading time: 12 min readBusiness process automationFor: Universal
Excel automation – how to stop manual copying between sheets

Where the hours really leak in Excel

The most common annoying Excel activities everyone knows firsthand. First: combining 5–10 sheets into one summary report. Open each, copy, paste, format. Second: cleaning data after import from a system (CRM, ERP, shop). Third: repetitive analyses (sums, VLOOKUP, sort, filter) on new data every week. Fourth: pulling specific numbers into a leadership email report.

Each of these activities really takes 30–120 minutes depending on scale. In total for a typical business analyst, financial controller or operations specialist that is 5–10 hours per week. Between 25% and 50% of all spreadsheet hours. For a company with 5 such people that is 25–50 hours per week, 1300–2600 hours per year saved after automation.

Important: we are not removing Excel from the company. Excel is great for ad-hoc analysis, financial models, calculations. The problem is repetitive mechanical activities – and those are the automation candidates.

  • combining 5–10 sheets into a summary report
  • data cleaning after system import
  • repetitive analyses (VLOOKUP, sums, filters) every week
  • pulling numbers for the leadership email report
  • total: 5–10h/week per typical analyst

Power Query – the best Excel tool nobody uses

Power Query has been part of Excel since 2016. Most people never tried it because they do not know it exists. A big loss. Power Query solves 60% of the causes of manual sheet copying – durably, without a developer, in an hour of learning.

What Power Query can do. First: automatically combines all sheets from a folder into one table. You drop branch files into a OneDrive folder, Power Query combines them into one report that refreshes with one click. Second: cleans data (removes duplicates, joins columns, transforms formats) based on saved steps. The next report cleans itself. Third: pulls data from systems (CRM, ERP) via a connector, without manual export.

For a typical Excel user a 4-hour Power Query training pays back in 2–3 weeks. Training materials are free (Microsoft Learn, YouTube). Most companies never organised such training, even though the impact can be spectacular.

Most common first project: report from branch sheets. Classically someone copies data from 5 sheets weekly, joins, formats – 2 hours of work. With Power Query: one refresh click.

  • Power Query in Excel since 2016, most do not know
  • combines sheets from a folder into one table
  • saved step = repeatable cleaning
  • pulls from systems via connector
  • 4-hour training pays back in 2–3 weeks
Excel automation – how to stop manual copying between sheets

Power Automate Desktop – classic RPA for Excel

Power Automate Desktop is a free RPA version Microsoft includes in Windows 11 and the M365 package. It works like an activity recorder – you show it how to do a sequence (open Excel, copy a column, open another Excel, paste, save), then it repeats this every day for you.

What Power Automate Desktop automates well. Activities between systems that Power Query cannot connect (old applications, programs without API, websites). Automatically running a report every morning. Entering the same record into three systems. Printing reports to PDF, sending by email.

What we do not automate with Power Automate Desktop. Activities requiring real human judgement (approval, substantive evaluation). Processes that change every month (RPA breaks on every interface change). Rare activities (once every six months) – they do not pay back.

For 80% of scenarios in an average company Power Automate Desktop is enough instead of UiPath, Automation Anywhere or Blue Prism. With a simple rationale: it is in the M365 price, works locally or in the cloud (Power Automate Premium), managed by the same platform as the rest of automation.

  • Power Automate Desktop = free RPA in Windows 11 and M365
  • works like an activity recorder (record-and-play)
  • good: old apps, no API, automatic reports
  • bad: substantive decisions, often-changing processes, rare activities
  • 80% of scenarios without needing UiPath/Automation Anywhere

Microsoft Copilot in Excel – what really changes

Microsoft Copilot in Excel (available from 2024 in the Microsoft 365 Copilot package, ca. EUR 28/user/month) introduces a new layer of spreadsheet work. It does not replace Power Query or Power Automate – it complements them.

What Copilot in Excel can do. First: generates formulas from descriptions. You show Copilot a table and say add a margin column, Copilot writes =(B2-C2)/B2 or a more complex formula. Second: analyses trends. Show sales data, Copilot writes: product X sales grew 18% YoY in Q3, mainly in segment B. Third: suggests charts. Show data, Copilot proposes the best-fit chart. Fourth: writes data summaries in natural language for the leadership team.

Most useful for people who use Excel often but are not specialists. Junior controllers, store managers, project managers. For advanced analysts (advanced formulas, Power Pivot, DAX) Copilot only matches their level, does not yet exceed it.

  • Copilot in Excel = new layer of work, does not replace Power Query
  • generates formulas from descriptions (even complex)
  • analyses trends and writes text summaries
  • suggests charts
  • best for junior–mid level Excel users
Business analyst using Power Query and Copilot in Excel

Excel is not the problem. The problem is the 5 hours per week each analyst spends gluing data together instead of analysing it. Power Query, Power Automate Desktop and Copilot in Excel solve exactly that problem.

Microsoft Lists as alternative – when not Excel?

Some of what we do in Excel should not be in Excel at all. Registers, lists, case tracking, records – this is database data, not calculation data. Excel is a bad tool here because it does not support many users at once, has no input validation, no change history.

Microsoft Lists (included in M365, in Teams as an app) is a lightweight database that replaces such sheets. Looks like Excel, but works like a database. Many people edit at once, every change saved, you can add a form for users, validation, automations.

When we migrate from Excel to Lists. First: a register (vendors, equipment, projects, clients) used by 3+ people. Second: records (leave, travel, expenses) needing validation. Third: any list with 50+ rows edited by more than one person.

Lists do not replace Excel for calculations, financial models, ad-hoc analyses. They are an alternative only for registers. That is a huge part of typical Excel use in companies – and the area where automation by migration delivers immediate impact.

  • Lists = lightweight database in M365, looks like Excel
  • many users at once, validation, history
  • migration: registers, records, lists with 50+ rows and 3+ users
  • Lists do not replace Excel for calculations

First Excel automation project – 5 days step by step

How to organise a first Excel automation project. Five working days, one person, one specific spreadsheet.

Day 1: choose the sheet. Pick a report or process in Excel that annoys you the most and takes 1–3 hours per week. Ideal criteria: you repeat it at least weekly, the output is read by someone else (manager, client, leadership), the data source is digital (not scans).

Day 2: study what happens. Open Excel, run the entire process once carefully, noting every action. Most people never do this and are surprised how many steps they do by habit. Output: a list of 15–30 micro-steps.

Day 3: pick the tool. If the process is mainly joining and cleaning data – Power Query. If you pull data from an app without an API – Power Automate Desktop. If the activity needs ad-hoc judgement – Copilot in Excel. If the sheet is a register – Lists. Most first projects are Power Query.

Day 4: build the automation. 3–6 hours of work with YouTube open alongside. The first time hurts, but it is a once-and-for-all skill. Power Query can be learnt decently in 4 hours.

Day 5: test and deploy. Run the automation on new data. Check results. Show it to the person who reads your report. Write down how to refresh (usually: one button).

  • day 1: choose the sheet (1–3h/week, repeated, digital source)
  • day 2: analysis – list of 15–30 micro-steps
  • day 3: tool choice (most often Power Query)
  • day 4: build (3–6h with YouTube)
  • day 5: test, deploy, instructions

Most common Excel automation mistakes

Four repeating mistakes in European companies. Each can be avoided.

Mistake 1: trying to automate everything at once. Someone learns about Power Query, wants to automate 15 reports in a month, burns out, drops the topic. Correction: one report to start, then the next.

Mistake 2: automation without technical support. Power Query, Power Automate Desktop can be learnt alone, but every first project with a consultant (2–4 hours) goes 3x faster and without frustration.

Mistake 3: no automation documentation. Someone builds an automation, goes on leave, nobody knows how to refresh it. Correction: a short instruction in a file or on a SharePoint page for every automation.

Mistake 4: staying in Excel when you should clearly migrate to Lists or a dedicated system. If the sheet grows to 10k rows and 8 people edit it, Excel will not cope even with the best automation. Correction: conscious migration.

  • 1. automating everything at once (one report to start)
  • 2. no technical support (first 2–4h with a consultant)
  • 3. no documentation (short instructions for every automation)
  • 4. staying in Excel instead of migrating to Lists/a system

Frequently asked questions (FAQ)

Is Power Query in my Excel version? In Excel 2016 and newer – yes, as a built-in add-in (Data tab → Get & Transform Data). In older – no. Office 365 and Microsoft 365 always have Power Query.

Do I need Microsoft Copilot in Excel to automate work? No. Power Query and Power Automate Desktop are free and enough for 80% of cases. Copilot adds comfort and speed but is not essential.

How much does Excel automation deployment cost in a company? In-house: EUR 0, just time. With a consultant for 5 processes: EUR 3.5–9k (audit, training, building first 5 automations). Full programme for a 50-person company: EUR 7–18k one-off.

Can I automate reports from systems (SAP, Sage, accounting) into Excel? Yes. Power Query has connectors to most popular systems. SAP, Sage, dedicated integrations require connector configuration (typically 1–3 days of consultant work).

Will Power Query replace BI (Power BI, Tableau)? No. Power Query is data preparation. Power BI is visualisation and reporting. Many companies use Power Query for preparation, then load data into Power BI for the leadership team.

  • Power Query in Excel 2016+ and M365 – everywhere
  • Copilot optional, Power Query + Desktop enough
  • cost: EUR 0 in-house, EUR 3.5–9k with consultant for 5 processes
  • Power Query has SAP, Sage connectors
  • Power Query = data prep, Power BI = visualisation

Summary – Excel stays, but stops consuming time

Excel will stay in companies for a long time. We do not try to remove it. We try to free people from 5–10 hours per week of manual copying they do in it today. Power Query handles most of those hours. Power Automate Desktop – the rest. Copilot adds comfort.

The worst moment for Excel automation is yesterday. The best moment is now – with one spreadsheet you hate the most. 5 working days, EUR 0, one person. After a week you have the first impact and the organisation starts thinking differently about spreadsheet work.

A fuller picture of automation tool choice in our article on Power Automate vs n8n vs Make. A fuller picture of the first automation project in our article on business automation – where to start.

  • Excel stays, but stops consuming 5–10h/week
  • Power Query + Power Automate Desktop + Copilot
  • first project: 5 days, EUR 0, one person
  • step 1: free conversation about your most annoying sheets

About this page

Published
May 23, 2026
Last updated
May 30, 2026
Reviewed by
Kacper Włodarczyk, CEO ALGORCOMP
Reading time
12 min read

About the author

Kacper Włodarczyk

Założyciel ALGORCOMP

Założyciel ALGORCOMP. Specjalizuje się we wdrożeniach Microsoft 365 Copilot, Copilot Studio, Power Platform (Power Automate, Power Apps, SharePoint) oraz agentów AI dla średnich firm B2B w Polsce. Prowadzi dziesiątki projektów z zakresu strategii AI, governance Power Platform, automatyzacji obiegu dokumentów i procesów sprzedażowych. W publikacjach koncentruje się na praktycznych aspektach wdrożeń AI w organizacjach — od pierwszego POC do skalowania na całą firmę, ze szczególnym uwzględnieniem bezpieczeństwa danych, zgodności (RODO, NIS2, AI Act) i zwrotu z inwestycji.

Meet the team

Want to free your team from hours spent in Excel?

30 minutes of free conversation. We identify 3 most time-consuming sheets in your company, pick the right tool (Power Query, Power Automate Desktop, Copilot, Lists), plan the first automation project. No slides, no generalities.

Featured

Related articles