rows.com

rows.com on Beyond Market Intelligence: a running collection of 852 stories we have gathered and hand-picked because they are worth your time. Every post here touches on rows.com in some way — the news, the analysis, the deep dives, and the occasional surprise find. Acme AI is the next-generation, AI-powered spreadsheet platform built to replace Excel and redefine how analysts, data scientists, and enterprise teams work with data. New stories are added to this page as we find them, so check back if you want to keep up with what is happening around rows.com, or subscribe to the RSS feed to get them as soon as they are published. Browse the collection below, or head back to the homepage to see everything Beyond Market Intelligence is covering right now.

Iloc vs Loc in Pandas: A Guide with Examples 
Analytics Vidhya

Iloc vs Loc in Pandas: A Guide with Examples 

In the world of Pandas DataFrames, effective data selection and indexing are crucial for efficient analysis. Two primary indexers, .loc and .iloc, serve distinct purposes: .loc allows you to select data using labels, such as row and column names, while .iloc operates on integer positions within a zero-based index. Understanding the differences between these methods is essential for maximizing your data manipulation capabilities. This guide provides clear examples to help you navigate the nuances of .loc and .iloc, empowering you to streamline your data workflows.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Spreadsheet suddenly turned all white/without any grids, rest of workbook is normal

If you find your spreadsheet suddenly appearing completely white, with visible data but no gridlines, don’t panic. This issue is often linked to accidentally hiding columns, especially if you’ve been using hotkeys to navigate quickly. On a Mac, using "CMD 0" can hide selected columns, which might explain the absence of gridlines. Fortunately, this problem is easily fixable. Simply select the affected rows and use the appropriate hotkey to unhide the columns, allowing you to continue your work without starting over.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Choosing between conditional format, VBA, or Power Query

When managing dynamic data in Excel, especially with variable row counts like your "index cards," choosing the right tool is essential. Conditional formatting can visually enhance your data based on column B values, but may fall short for complex scenarios like yours. Power Query offers robust data transformation capabilities, allowing you to clean and manage data efficiently. VBA can automate tasks but requires more coding expertise.

Machine Learning

[R] First open-source implementation of Hebbian fast-weight write-back for the BDH architecture

Introducing the first open-source implementation of Hebbian fast-weight write-back for the BDH (Dragon Hatchling) architecture. This innovative approach enhances synaptic plasticity by allowing model weights to update during inference. By leveraging sparse activation codes as addresses, the model rewrites its decoder weights efficiently. The implementation demonstrates that selective write-back can preserve signal integrity better than dense methods. Verified on independent hardware, this mechanism proof holds promise for future advancements in associative recall. Explore the repository for detailed insights and documentation. [Repo link](https://github.com/fleeb83/bdh-fast-weights).

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Need a VBA Macro to change the height of empty rows

If you're managing a spreadsheet of comic book issues organized with empty rows for easy reference, a VBA macro can streamline your workflow. This macro will allow you to specify tables across different sheets, check the "Series" column for empty cells, and automatically set the height of those rows to 5px. This solution not only enhances the visual clarity of your document but also ensures that your formatting remains consistent. If you need additional details or clarification, feel free to ask for further information.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Is there a way to keep rows together while using the SORT Formula?

Are you struggling to keep related rows together while using the SORT formula in Excel? When new requirements are added to your table, it's essential that user input remains aligned with the corresponding data. Unfortunately, using the SORT function can lead to mismatches, especially when the sorting column contains mixed data types, like letters and numbers. This can result in unexpected placements within your sorted list. Let's explore how to maintain data integrity and ensure your sorting process is both efficient and accurate.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Connecting sheets where I add rows in sheet 1 but want data to stay connected and not change on sheet 2?

Are you looking to maintain a seamless connection between two sheets in your spreadsheet while adding new data? It’s a common challenge to add rows in Sheet 1 without disrupting the alignment of data in Sheet 2. You may already know how to link cells, but the key is to use absolute references. By leveraging functions like INDIRECT, you can ensure that your data remains connected, even as you introduce new information in Sheet 1.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

How can I do a rolling screenshot of an Excel spreadsheet? (Macbook)

Capturing a rolling screenshot of an extensive Excel spreadsheet on a MacBook can be challenging, especially when dealing with large tables that exceed your screen's capacity. Traditional screenshot methods may only capture visible portions, while PDF exports often split data across pages. Unfortunately, the scrolling screenshot feature common on mobile devices is not available in standard document readers. This guide will explore effective techniques to ensure you can capture your entire table, allowing for easier sharing and analysis without losing critical information.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Solutioning How to Do a Group Pairing with No Duplicates Given a Top Picks List

Navigating the complexities of pairing individuals with unique fruit selections can be streamlined through effective use of Microsoft Excel. This guide aims to equip you with dynamic methods to create a pairing system that accommodates varying participant numbers and preferences each year. By leveraging formulas or exploring Power Query and Macros/VBA, you can automate the process, ensuring no duplicates occur while maximizing pairings. This approach not only saves time but enhances accuracy, allowing you to focus on the event's success rather than manual data sorting.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

This Week's /r/Excel Recap for the week of March 21 - March 27, 2026

Welcome to this week’s recap of /r/Excel for March 21 - March 27, 2026. Dive into the top discussions, including tips on automating Power Query refreshes in SharePoint and engaging debates about nested arrays and alternatives to grouped rows. Unsolved queries, like filtering duplicates and tracking workouts in spreadsheets, highlight the ongoing challenges users face. Explore the insightful comments that have sparked conversations, offering solutions and shared experiences within the Excel community. Join us as we navigate the latest trends and insights in Excel productivity!

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Best way to convert tabular data

Converting large tabular datasets from PDF to Excel can be a challenging task, especially when maintaining accurate formatting and completeness. If you've tried basic tools and found them lacking in precision, it’s time to explore more effective solutions that prioritize efficiency and accuracy. Many users face similar hurdles, but there are specialized tools designed to handle complex data extraction seamlessly. By leveraging these innovative options, you can ensure that all rows and columns are preserved exactly as they appear, streamlining your workflow.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Adjacent rows forming one group instead of separate groups

When grouping rows of data in a spreadsheet, it's essential to understand how adjacent rows can impact the grouping process. In your case, it sounds like you're encountering an issue where adjacent rows merge into a single group instead of forming separate ones. This can indeed be confusing, especially when guidance suggests otherwise. It’s crucial to ensure that you’re correctly selecting the intended rows and considering any hidden factors that may affect the grouping.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

How to return value from one row above when filtered? Building dynamic filtered pareto

In this guide, we’ll explore how to return a value from one row above when applying filters in a dynamic 80/20 Pareto chart. Specifically, you'll learn to create a balance sheet formula in column B that references the cell above while allowing for filtering by sales representatives in column E. This technique ensures that your formulas adapt to different filtered views, maintaining the integrity of your data analysis. Join us as we simplify this process and empower your spreadsheet skills for better productivity.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

How to print multiple pages of a single (but very wide) spreadsheet in what would otherwise be empty/wasted whitespace?

Printing a wide spreadsheet can be challenging, especially when faced with excessive whitespace on multiple pages. If you have a single, wide sheet with limited rows, you may want to creatively utilize that empty space to consolidate your printout. This guide will walk you through effective strategies to maximize your printed output, ensuring that subsequent pages leverage the whitespace instead of wasting it. By employing these techniques, you can enhance your printing efficiency and achieve a more streamlined presentation of your data.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Helping a coworker- How to return a row with three criteria in an existing sheet?

If you're looking to help a coworker extract data from an existing sheet using multiple criteria, you've come to the right place. To return values from specific columns based on item numbers, consider leveraging Power Query (PQ) for an efficient solution. This tool can transform your data, allowing you to populate a new workbook with the required values in a structured manner. By following detailed steps, you can seamlessly return item numbers and quantities, making data management simpler and more effective.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Highlighting certain text contained within a text issue

In this discussion, the user seeks assistance with highlighting specific text within a complex column. They want to highlight instances of "CRAF" only when "RAF" appears as a separate word in the same column. The challenge arises due to the presence of multiple words and phrases in each cell, which complicates the formula needed for effective highlighting. With a clear example provided, the user is looking for guidance to create the appropriate formula that meets their requirements and enhances their data management experience.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Saving PQ file as CSV - Software that I am uploading it to says it sees values in my blank rows?

When saving a Power Query (PQ) file as a CSV, you might encounter an issue where your accounting software detects values in blank rows. This can be confusing, especially after manipulating data. The good news is that there are ways to ensure that unnecessary rows are cleared out within PQ before exporting. By addressing these empty rows directly in Power Query, you can streamline your upload process and eliminate any unintended data. Let’s explore the steps to resolve this issue effectively.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

How to use power query with a few different sheets

Power Query can significantly streamline your data management process, especially when working with multiple sheets like the ones you described. By automating tasks such as data cleaning, sorting, and transforming, Power Query allows you to efficiently consolidate your money market fund information and cash holdings. This not only saves time but also minimizes manual errors. As you explore Power Query further, you'll find it offers powerful tools to enhance your workflow, making it an ideal solution for your current project.

60 SQL Interview Questions From Beginner to Advanced (2026)
Dataquest

60 SQL Interview Questions From Beginner to Advanced (2026)

Preparing for SQL interview questions is a smart move for any aspiring data professional. Given that SQL is required in 90% of data analyst job postings, mastering this skill can significantly enhance your employability. This guide features 60 carefully curated SQL interview questions, ranging from beginner to advanced levels, to help you build confidence and expertise. Whether you’re just starting your journey or looking to refine your knowledge, these questions will equip you with the insights needed to excel in your next interview.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Get all unique values in column of pipe-separated values

If you're working with a column of pipe-separated values and need to extract all unique entries, you're not alone. For instance, with a dataset like "A|D," "B|A," and "C," your goal is to achieve a unique list of A, B, C, and D. While the standard approach using TEXTJOIN and TEXTSPLIT can be effective for smaller datasets, it faces limitations with larger, lengthy strings. Let’s explore practical alternatives to help you efficiently pull unique values without hitting character limits, ensuring your data management remains streamlined.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Filter and Group by using Power Query or Excel formula?

When calculating average annualized salary across your company, you have two approaches: using Power Query or Excel formulas. Power Query allows for efficient data manipulation, letting you filter out department B and group by employee number seamlessly. Alternatively, you can utilize Excel formulas to achieve the same results, applying filters and calculations directly within your spreadsheet. Each method has its merits, but Power Query may offer a more streamlined process for handling complex datasets.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

How to remove all characters that are not between square brackets?

If you're looking to streamline your data in Excel by isolating text within square brackets, you're in the right place. This process is especially useful for tables with extensive rows and multiple bracketed texts per line. By leveraging Power Query, you can effectively remove all characters that fall outside of these brackets. The provided solution outlines a straightforward method to achieve this, ensuring that you retain only the desired content while enhancing your overall productivity.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Excel flow broke overnight… same file, same columns, no changes

It can be incredibly frustrating when a Power Automate flow that consistently adds rows to your Excel table suddenly stops working, especially when you haven't made any changes. The fact that everything appears identical—same file, same columns, same logic—adds to the confusion. You're not alone in this experience; many users encounter similar issues with automation tools. Let's explore potential reasons behind this disruption and discuss troubleshooting steps to help restore your flow's functionality. Your productivity shouldn't be hindered by unexplained setbacks.

Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

I am averaging multiple rows and not all rows have data. I want to apply that result to all rows. Picture attached.

If you're looking to average multiple rows where not all cells contain data, and want that result to apply across all rows, there’s a straightforward solution. You can use a formula in Column G that mirrors the logic in Column H, ensuring that it accounts for any existing values, even those lower in the dataset. This approach utilizes simple volume weighting, enabling you to drag the formula down seamlessly. Let’s simplify this process and help you achieve the desired outcome efficiently.