No need for VLOOKUP here


When I worked in finance, the reports I had to build almost always needed data from different tables. Sales figures sitting in one. Product details in another. And the report needed both.

So I did what most people still do. I used VLOOKUP to pull everything into the sales table until it turned into one mega giant table. Ok, these days you'd reach for XLOOKUP, but it's still the same move.

It worked, but it was slower and more work than it needed to be. I had no clue there was a cleaner way. I only found out years later. I didn't need to merge the tables at all.

I just had to connect them.

It's called a Relationship, and it lives inside something Excel calls the Data Model. Think of it as a quiet backstage area where your tables can reference each other, without you copying a single column between them.

Here's the flow: you pick one column both tables share (like Product Code), tell Excel "these two are the same thing," and that's it. The tables stay exactly as they are. But now you can build a Pivot Table that pulls from both at once, like "Total Sales by Department," even though Department only exists in the other table.

No formulas and no duplicated data.

I walk through it in the multi-sheet Pivot Table tutorial. There's a video in there too.

🤓 Geeky News

🌈 Excel tables now import cleanly into Google Sheets

Google Sheets can now properly import Excel tables as actual Sheets tables. Plus, pivot tables built on those tables come in still linked, instead of turning into static grids.

If your team is half on Excel and half on Sheets, this one removes a real headache.

🔗 Connected Sheets gets usability upgrades

Google's rolling out two BigQuery improvements for Connected Sheets.

Connected Sheets lets you pull live data from BigQuery (Google's cloud database for huge datasets) straight into a spreadsheet.

You can now feed a whole range of cells to use as parameters, instead of typing them one by one. It's handy for building a dropdown filter for non-technical users.

And you can assign aliases to database column names without touching the actual query underneath. Great for column names that are too cryptic or too long for presentation purposes.

✈️ COPILOT function: over before it began

Microsoft is killing the =COPILOT() function in Excel on September 14, before it ever left preview. It let you write AI prompts directly into a formula.

Having a function that only worked with an add-on license has always felt strange, although it had some practical uses.

Still, Microsoft itself warned against using it for calculations or anything with legal or compliance weight.

If you're one of the Insiders who played with it, paste your COPILOT formulas over as values before they stop working.

And if you do have the Copilot license, some of the capability stays available through the side pane.

👏 A deliberate investment

Alexandru just finished Excel Data Modeling with Power Pivot & DAX and posted this on LinkedIn:

Congrats, Alexandru. Building a proper model feels less exciting than asking an AI tool for insights, but in finance you need the number to be the same every single time.

See you next week,

Leila

When you're ready, here are some ways we can help:

🎓 Join 500,000+ members in our courses

📺 Get free tutorials on YouTube

👥 Train your whole team with our courses. Team pricing and progress tracking - reply for details.


This newsletter contains affiliate links, which give us a small commission at no cost to you. Thank you for your support!

Leila Gharani - XelPlus

XelPlus is a leading online education company, providing training courses for Excel, Power BI, Finance, and Google Sheets. XelPlus’ bestselling courses are popular among financial analysts, CFO’s, and business owners. Technology is changing fast. We help our members turn confusion into confidence with every skill learnt.

Read more from Leila Gharani - XelPlus

When was the last time you used TOCOL in Excel? If the answer is never, I'd say you're in good company. The function's been in Excel for a while now but almost no one reaches for it. It can be super helpful though for everyday problems. For example, you've got people working across several projects, each project in its own column. Some names show up twice, some three times. Someone needs one clean list of everyone involved. Most people copy, paste, copy, paste, then remove duplicates and...

I once typed a rate straight into a formula instead of referencing the cell. Just to test something. Then I forgot about it. That's the thing about hard-coded numbers. Some hide better than others. The ones typed directly into a cell get caught fast: Find & Select, Go To Special, done. A number typed straight into a formula is the one that causes real trouble. It won't update when everything else does, so your totals drift and you have no idea why. Go To Special can't see it, and Show...

Printing an Excel sheet should be a two-second job. Ctrl+P, hit print, done. You expect 2 pages. You get 20. And you have no clue what you're looking at, because the headers are missing. The chart's cut in half. So you try to shrink it to fit. Now you need a magnifying glass to read anything. And yes, this happens with PDFs too. "Print to PDF" doesn't save you from any of it. It just makes the mess portable. I remember the first time I bothered to actually find the settings (yep, it took a...