| Posted by: sirclesadmin - 06 March 2026 11:11:56 |
|---|
| OK - I have more Excel fun, as you obviously know it well. I have two CSVs and I have been manipulating one and have saved it as an XLSX file because of hiding various columns as you know. Both are CSV reports from content search in 365 - can I paste from the second CSDV without the headers so that it pastes the hidden columns into those hidden columns etc. on my existing xlsx ? |
| Posted by: sirclesadmin - 06 March 2026 11:13:03 |
|---|
|
Working with multiple CSVs from Microsoft 365 Content Searches is a classic "regular user" hurdle. Those reports are massive, and keeping them aligned is a bit like trying to line up two different jigsaw puzzles. To answer your specific question: No, a standard "Paste" will not respect hidden columns. When you paste a range of data into an Excel sheet that has hidden columns, Excel treats the hidden columns as if they aren't there for the purpose of the "drop." It will simply paste the data into the visible columns sequentially (A, C, D, etc.), skipping over the hidden Column B entirely. This usually results in your data being shifted and misaligned. Here are the best "geek-approved" ways to handle this without losing your mind: Option 1: The "Unhide, Paste, Re-hide" (The Safest Way)Since you've already done the work of hiding columns in your XLSX, the most reliable way to ensure the data lands in the right "slots" is to temporarily bring them back.
Option 2: The "Power Query" Move (The Pro Way)If you are going to be doing this often (e.g., every time you run a new Content Search), Power Query is your best friend. It allows you to "stack" two files together based on their column names, regardless of what is hidden in your view.
A Quick Warning on Content SearchesSince these are 365 Content Search reports, watch out for the "Unindexed Items" or "Summary" rows at the very bottom of the CSV. If you copy the whole file, you might accidentally paste those summary totals into your data rows, which will definitely mess up any filtering or analysis you do later. It's a bit of a transition from raw data to a clean report, isn't it? Would you like me to walk you through how to use "Paste Special" to ensure you don't overwrite your cell formatting when you bring that CSV data in? |
| Posted by: sirclesadmin - 06 March 2026 11:25:21 |
|---|
|
In theory, yes-if you select the whole sheet (or the columns surrounding the hidden ones) and press However, there is a huge "but" here that makes most Excel regulars pull their hair out. The Windows "Gotcha"In many versions of Windows (especially Windows 10 and 11), the keyboard shortcut Because Windows "grabs" that key combination first, the command often never even reaches Excel. If you press it and nothing happens, that is exactly why. If the shortcut fails, use these "Plan B" moves:
One Quick Tip for your Content Search CSVsSince those 365 reports often have 50+ columns and you're only interested in a few, you might find it easier to delete the columns you don't need rather than hiding them. Hiding is great for a temporary view, but if you're trying to paste new data into an XLSX, hidden columns are basically "invisible walls" that lead to alignment mistakes. If you delete them, your |