The internet keeps telling you to do these 6 things in Excel—don’t


Excel tutorials are everywhere, but many “pro tips” are actually bad habits in disguise. From broken formulas to messy data formatting, here are the popular tips that are secretly ruining your workbooks and what to do instead.

Use Center Across Selection to keep your data functional

You see it in almost every “aesthetic” Excel tutorial: someone selects a range of cells across the top of a report and hits the Merge & Center button. It might look great, but merging cells is one of the most disruptive formatting choices you can make in a dataset. The moment you do this, you disrupt the grid structure, making it harder to sort columns, write clean formulas, and reliably use tools like PivotTables or Power Query without cleanup.

Instead, use Center Across Selection (Ctrl+1 > Alignment > Horizontal > Center Across Selection). It looks identical to merged cells, but every cell remains independent. If you use this often, you can even add it to your Quick Access Toolbar to save time.

Center Across Selection in the Horizontal drop-down menu of the Format Cells dialog box in Excel.

When it’s okay: Merging cells is fine for one-off presentation covers or printable forms that will never be used for actual data analysis.

Ditch the outdated VLOOKUP function for something more modern

Switch to XLOOKUP for more resilient spreadsheets

For decades, VLOOKUP was the gold standard—but it can be fragile. Because it relies on a static column index number, your formula can break if you insert or delete columns. It also only searches from left to right, which is a massive limitation in complex datasets.

That’s why you should switch to XLOOKUP. It doesn’t require a column index, can search in any direction, and can be adapted to handle multiple criteria or perform two-way lookups. It’s a more robust and readable way to manage data relationships.

An XLOOKUP formula used in Excel to extract a name and time based on a position in cell E2.

When it’s okay: Use VLOOKUP if you’re sharing files with people stuck on Excel 2019 or earlier versions that don’t support newer functions.

A man looking frustrated while holding a laptop running Excel.


Why your old Excel spreadsheet is “legacy code” (and how to fix it)

Transform legacy spreadsheets into maintainable, automated tools that scale and survive the test of time.

Quit manually color-coding your cells

Automate your visuals with built-in tools

The internet loves the paint bucket tool for color-coding, but manual coloring is static and hard to maintain if a project status changes, or you need to change your whole workbook’s color themes. Aside from that, manual painting is more likely to result in a spreadsheet that becomes misleading over time as the data changes.

The better way is a mix of cell styles and conditional formatting. Use the Cell Styles gallery in the Home tab for static headers and input cells, so everyone knows exactly where they can type and what to leave alone. These will update automatically if you later change your workbook theme. For data that changes based on logic, use Conditional Formatting, also in the Home tab, so cells turn a different color automatically based on their values. This ensures your visual cues are always accurate to the actual data.

When it’s okay: Manual coloring is fine for a quick fix, a temporary note to yourself that isn’t part of the data’s official record or permanent structure, or a carefully created homepage worksheet or dashboard that’s designed to look like a website or app.

Avoid hiding rows and columns to clean up your interface

Use the grouping tool to keep your workspace toggleable

Right-clicking a column and selecting Hide might seem like a quick fix for a cluttered sheet, but it’s not always the most reliable way to manage your layout—especially in collaborative workbooks. While the column headings usually offer a subtle hint that something is missing, those visual indicators can be easy to miss, making hidden data easier to overlook.

You should group your columns (Data > Outline > Group) instead of hiding them. Grouping is often more user-friendly, with clear toggles to expand or collapse data. Unlike hiding, grouping lets you create multilevel subgroups, giving you granular control over what is visible.

If you find yourself hiding massive chunks of data just to see your results, you might be better off using the three-tab rule and structuring your spreadsheet like a developer. Often, the data you feel the need to hide actually belongs on a separate background sheet entirely.

When it’s okay: Hiding is fine when preparing a final, static report for a PDF export, where the viewer won’t be interacting with the actual grid.

Stop building massive mega-formulas that no one can read

Simplify complex logic with helper columns, LET, and Power Query

Mega-formulas—those nested monstrosities that are 10 lines long—are a nightmare to debug. If the result is wrong, you have to parse through layers of parentheses just to find the culprit. They’re the spreadsheet equivalent of writing a novel as one giant, run-on sentence that nobody can follow.

The first alternative is to use helper columns. Some people see them as amateur, but the opposite is true. They make your logic traceable and easier to fix, and they also turn otherwise invisible math into usable figures you can interact with and feed into other tools like PivotTables.

An Excel table that uses helper columns to calculate commission and bonus before calcualting the total payout.

If your logic must be kept in a single cell, however, use the LET function, which lets you assign names to calculations inside a formula, making complex logic easier to read and more efficient.

A LET formula in Excel that defines a subtotal, a discount value, and applies the discount to the subtotal if it is above 1000USD.

Arguably the most powerful alternative approach is to use Power Query to create conditional columns. This moves your logic into a dedicated interface, keeping your main sheet clean and your formulas short.

The Power Query Editor with a conditional column headed Loyalty Tier.

When it’s okay: In most cases, there’s little reason to rely on massive mega-formulas in Excel. That said, it’s important to distinguish between a long formula and a nested one. Many modern functions require several arguments to work correctly, which naturally lengthens the formula—and that’s fine. The issues arise when you start nesting multiple logical tests.

Don’t hard-code your input values directly into formulas

Use named ranges and a dedicated variable table

Typing a value directly into a formula—like =[@Sales]*0.07—is a common cause of stale data. If that tax rate changes to 8%, you have to hunt down every formula to update it manually. Miss even one, and your entire workbook could be wrong.

Rather than hard-coding values, place your variables in a dedicated place in your workbook and assign names to these cells (via Formula > Name Manager or the Name Box in the top-left corner) so your formulas look more like =[@Sales]*TaxRate. This is easier to understand and ensures your workbook updates automatically when you change a single input cell.

An Excel sheet with a sales table on the left, variables on the right, and a formula used to calculate sales with tax included using a named variable.

Better still, you can save a massive amount of time by using the Create from Selection tool to name multiple variables at the same time.

Excel icon surrounded by coding symbols, including curly brackets, a function block, a code snippet, and an HTML tag.


How to name Excel objects like a software dev

Transition from user to developer through consistent notation, table-based architecture, global constants, and self-documenting logic.

When it’s okay: Hard-coding is safe for universal constants that will never change, such as 24 hours in a day, 100 cents in a dollar, or 360° in a circle.


It’s easy to fall for flashy spreadsheet tricks, but your future self will thank you for keeping things simple and logical. Lots of these problems can be avoided by starting with a solid foundation. Structuring your data correctly—like using columns for fields and rows for records—ensures you’re working with Excel, not against it.

OS

Windows, macOS, iPhone, iPad, Android

Free trial

1 month

Microsoft 365 includes access to Office apps like Word, Excel, and PowerPoint on up to five devices, 1 TB of OneDrive storage, and more.




Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


After being teased in the second beta, the new “Bubbles” feature is finally available in Android 17 Beta 3. This is the biggest change to Android multitasking since split-screen mode. I had to see how it worked—come along with me.

Now, it should be mentioned that this feature will probably look a bit familiar to Samsung Galaxy owners. One UI also allows for putting apps in floating windows, and they minimize into a floating widget. However, as you’ll see, Google’s approach is more restrained.

App Bubbles in Android 17

There’s a lot to like already

First and foremost, putting an app in a “Bubble” allows it to be used on top of whatever’s happening on the screen. The functionality is essentially identical to Android’s older feature of the exact same name, but now it can be used for apps in addition to messaging conversations.

To bubble an app, simply long-press the app icon anywhere you see it. That includes the home screen, app drawer, and the taskbar on foldables and tablets. Select “Bubble” or the small icon depicting a rectangle with an arrow pointing at a dot in the menu.

Bubbles on a phone screen

The app will immediately open in a floating window on top of your current activity. This is the full version of the app, and it works exactly how it would if you opened it normally. You can’t resize the app bubble, but on large-screen devices, you can choose which side it’s on. To minimize the bubble, simply tap outside of it or do the Home gesture—you won’t actually go to the Home Screen.

Multiple apps can be bubbled together—just repeat the process above—but only one can be shown at a time. This is a key difference compared to One UI’s pop-up windows, which can be resized and tiled anywhere on the screen. Here is also where things vary depending on the type of device you’re using.

If you’re using a phone, the current bubbled apps appear in a row of shortcuts above the window. Tap an app icon, and it will instantly come into view within the bubble. On foldables and tablets, the row of icons is much smaller and below the window.

Another difference is how the app bubbles are minimized. On phones, they live in a floating app icon (or stack of icons) on the edge of the screen. You are free to move this around the screen by dragging it. Tapping the minimized bubble will open the last active app in the bubble. On foldables and tablets, the bubble is minimized to the taskbar (if you have it enabled).

Bubbles on a foldable screen

Now, there are a few things to know about managing bubbles. First, tapping the “+” button in the shortcuts row shows previously dismissed bubbles—it’s not for adding a new app bubble. To dismiss an app bubble, you can drag the icon from the shortcuts row and drop it on the “X” that appears at the bottom of the screen.

To remove the entire bubble completely, simply drag it to the “X” at the bottom of the screen. On phones, there’s also an extra “Manage” button below the window with a “Dismiss bubble” option.

Better than split-screen?

Bubbles make sense on smaller screens

That’s pretty much all there is to it. As mentioned, there’s definitely not as much freedom with Bubbles as there is with pop-up windows in One UI. The latter allows you to treat apps like windows on a computer screen. Bubbles are a much more confined experience, but the benefit is that you don’t have to do any organizing.

Samsung One UI pop-up windows

Of course, Android has supported using multiple apps at once with split-screen mode for a while. So, what’s the benefit of Bubbles? On phones, especially, split-screen mode makes apps so small that they’re not very useful.

If you’re making a grocery list while checking the store website, you’re stuck in a very small browser window. Bubbles enables you to essentially use two apps in full size at the same time—it’s even quicker than swiping the gesture bar to switch between apps.

If you’d like to give App Bubbles a try, enroll your qualified Pixel phone in the Android Beta Program. The final release of Android 17 is only a few months away (Q2 2026), but this is an exciting feature to check out right now.

A desktop setup featuring an Android phone, monitor, and mascot, surrounded by red 'missing' labels


Android’s new desktop mode is cool, but it still needs these 5 things

For as long as Android phones have existed, people have dreamed of using them as the brains inside a desktop computing setup. Samsung accomplished this nearly a decade ago, but the rest of the Android world has been left out. Android 17 is finally changing that with a new desktop mode, and I tried it out.



Source link