rows.com

rows.com on Beyond Market Intelligence: a running collection of 830 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.

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

This Week's /r/Excel Recap for the week of April 25 - May 01, 2026

Welcome to this week’s /r/Excel Recap for April 25 - May 01, 2026. Dive into the top discussions shaping the community, including five standout posts that showcase users seeking solutions for complex spreadsheet challenges. From mastering slicers with pivot tables to moving the formula bar, these topics highlight both unsolved queries and effective solutions like salary conversions and calculating work hours. Join the conversation and discover how fellow Excel enthusiasts are tackling their data management hurdles, empowering each other through shared knowledge and experiences.

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

Remove Duplicates doesn't work as expected

It seems you're encountering an issue with Excel 2019 where the "Remove Duplicates" function isn't performing as expected for the Non-text and Month columns. You're right to anticipate seeing one row with "True" and one with "False," along with no duplicated months. This may be due to how Excel identifies duplicates, including hidden characters or formatting inconsistencies. Ensure that both columns are formatted consistently and check for any hidden spaces. Exploring these factors may lead to the desired outcome in your data management process.

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

How do I get slicers to work with a pivot table with multiple value tables, and also displayed in an easily legible way?

Creating a pivot table with slicers for multiple criteria can enhance your ability to filter and analyze data effectively. In your scenario with fifty staff members and various attributes, ensuring all six slicers work seamlessly while maintaining readability is key. This introduction will guide you through optimizing your pivot table setup, addressing common challenges, and exploring alternative methods if necessary. By simplifying the process, you can transform your data management and provide a more intuitive experience for your users. Let’s dive into the solutions!

200,000 MCP servers expose a command execution flaw that Anthropic calls a feature
VentureBeat

200,000 MCP servers expose a command execution flaw that Anthropic calls a feature

A recent investigation by OX Security has unveiled a significant flaw in the Model Context Protocol (MCP), which impacts an estimated 200,000 servers. This vulnerability stems from the STDIO transport, allowing malicious command execution without input sanitization. Despite Anthropic's characterization of this behavior as intentional, experts warn that it presents a critical security risk. With numerous affected products and high-severity CVEs identified, organizations must urgently assess their MCP deployments. This article outlines essential steps to evaluate exposure, patch vulnerabilities, and implement necessary safeguards.

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

Return Value if Match header in Column

To populate the "RETURN VALUE" column based on the job listed in the first column, you'll want to use a formula that matches the job with its corresponding header. For example, if the job is "D," the formula will compare "D" to the headers in that row and return the associated dollar value. In this instance, the value of $30 will be returned from the appropriate header column. This approach simplifies tracking and managing job-specific values effectively within your spreadsheet.

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

How to sum all cells in column B where column A in the same row contains a specific string of text?

In this guide, we'll explore a straightforward method to sum values in column B based on specific criteria in column A. If you're looking to add numerical responses for a name like "Bob," even when multiple names are listed in a single cell, there's an efficient solution for you. Instead of resorting to complex conditionals that might slow down your spreadsheet, we’ll use a formula that simplifies the process, ensuring you can easily calculate totals without overwhelming your system. Let's dive in!

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

Developing a formula for assigning IRMAA premiums to incomes

Creating a formula to assign Income-Related Monthly Adjustment Amount (IRMAA) premiums to specific income levels is essential for accurate Medicare billing. For incomes below $218,000, the premium is straightforward at $203. However, for incomes between $218,000 and $342,000, you'll need a more nuanced approach. An IF statement can effectively categorize these income ranges, referencing a table that outlines corresponding premiums. This method ensures that individuals are charged appropriately based on their income, streamlining the process and enhancing clarity in Medicare premium calculations.

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

Optimizing data entry in Excel file on SharePoint w/ 5 users: Is MS Forms + Power Automate the way?

Optimizing data entry for an Excel spreadsheet stored on SharePoint can significantly enhance collaboration among your five users. With 300 entries and 17 columns on the main worksheet, alongside additional variables and extensive instructions, the current reliance on desktop apps has led to formatting issues, cell resizing conflicts, and even freezing problems. Exploring MS Forms combined with Power Automate may provide a streamlined solution, allowing for structured data input while reducing errors.

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

Type script move rows

If you're working with Excel Office Scripts using TypeScript and need to filter and copy data between worksheets, you're in the right place. Your goal is to automatically transfer rows where the "COMPLETE" column equals 100% from the original sheet, starting from row 10, to a destination sheet while removing those rows from the original. If your code isn't functioning as expected, let's explore the common pitfalls and refine your approach to ensure a seamless data management experience.

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

Using COUNTIF and IF IS BLANK in 1 formula

If you're looking to count how many times a name appears in a column while ensuring that blank cells remain empty, you can achieve this with a combined formula using COUNTIF and IF ISBLANK. Your current formula counts all instances, including blanks, which isn't ideal. To address this, you can modify your formula to check for blanks first: `=IF(ISBLANK(L2), "", COUNTIF(L:L, L2))`. This way, if there’s no text entered in cell L, cell E will remain blank, enhancing clarity in your data presentation.

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

Get rid of duplicates in several columns based on a unique value in one column?

Managing duplicates in a spreadsheet can be a daunting task, especially when handling extensive data for invoicing. In your case, where order numbers are unique but other details like shipping costs and totals are not, there’s a more efficient way to streamline your process. Instead of manually deleting duplicates, consider using a formula that leverages the unique order numbers to summarize the necessary data.

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

Additional condition to check if the day worked is a Friday throws an Err502

If you're managing a work spreadsheet with two shifts per person, tracking how many Fridays someone has worked can be a challenge, especially when an additional condition leads to an Err502. Currently, you can count total worked days using COUNTIFS(B3:AF6,"<>"). However, adding the condition to check for Fridays with COUNTIFS(B3:AF6,"<>", $B$1:$AF$1,"Friday") triggers an error. To resolve this, consider revisiting your formula structure to ensure it accurately captures the intended data without errors while maintaining clarity and functionality in your spreadsheet.

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

Moving values from Rows to columns

Transforming your spreadsheet from a row-based layout to a columnar format can greatly enhance readability and organization, especially with a large dataset like yours. By employing a simple formula, you can efficiently rearrange your Mandarin words, Pinyin, English translations, and example sentences into distinct columns without the need for tedious copy-and-pasting. This approach not only saves time but also reduces the potential for errors, allowing you to focus on what truly matters—your data. Let’s explore how to make this transition seamless and effective.

Designing Stable Interfaces For Streaming Content
Articles on Smashing Magazine — For Web Designers And Developers

Designing Stable Interfaces For Streaming Content

Designing stable interfaces for streaming content may seem straightforward, but the reality is far more complex. Effective streaming UIs require careful consideration of various factors, including layout shifts, motion preferences, and appropriate markup. Designers must anticipate potential interruptions in the stream and ensure users can navigate seamlessly through the interface, even as it evolves. Additionally, the implementation of ARIA attributes is crucial for accessibility. By addressing these challenges, designers can create a more engaging and user-friendly experience that enhances content consumption.

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

Getting the sum of multiple row if an identifier is matched?

Are you looking to streamline your data management by summing values based on matched identifiers across multiple rows? In this guide, we'll explore an efficient method to achieve this using Excel's powerful functions. Specifically, we'll demonstrate how to add sums from different columns based on the presence of an identifier in specified ranges. By leveraging formulas like `COUNTIF`, you can effortlessly calculate totals for your data rows, ensuring you gain actionable insights without the complexity.

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

PivotTable only goes to row 70

If you're facing challenges with a PivotTable that only extends to row 70 in an inherited Excel spreadsheet, you're not alone. Adjusting the table to include additional rows, like up to row 200, can enhance your data analysis. However, resizing the table may prompt an auto filter issue. To resolve this, you’ll need to turn off the auto filter feature. This article will guide you through the steps necessary to adjust the PivotTable settings effectively, ensuring your data is fully represented.

Machine Learning

A Hackable ML Compiler Stack in 5,000 Lines of Python [P]

Introducing a new reference ML compiler stack built from the ground up in just 5,000 lines of Python, designed for simplicity and accessibility. Unlike the complex, heavyweight frameworks currently dominating the landscape, this compiler emits raw CUDA and processes models like TinyLlama and Qwen2.5-7B through a streamlined pipeline of six intermediate representations (IRs). Each stage is crafted to facilitate understanding and modification, empowering users to hack and adapt their compiler experience. Dive deeper into the design and capabilities in the full article linked below.

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

How do I create a table with days in the columns, locations in the rows, and program names and times in the cells?

Creating a structured table with days as columns, locations as rows, and program names and times in the cells can streamline your data presentation. To achieve this without manual input, consider using a combination of functions like INDEX and MATCH in Excel or Google Sheets. This approach allows you to automatically pull relevant data from your existing dataset. Additionally, you can format the table to include editable notes, ensuring it remains flexible for your marketing team’s needs. Let’s explore how to set this up efficiently.

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

Is there a way to Sumifs up to a certain column with multiple criteria?

Are you looking to sum values across multiple columns based on specific criteria in your spreadsheet? In this discussion, we’ll explore how to create a formula that sums columns dynamically from a specified starting point up to a target column. By leveraging the SUMIFS function, you can effectively match criteria from both the date and customer name columns while ensuring accurate calculations. Join us as we simplify this process and empower your data analysis capabilities.

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

How to consolidate multiple sheets into one YTD summary report?

Consolidating multiple sheets into a Year-to-Date (YTD) summary report can streamline your data management and reporting process. With 52 uniquely named weekly sheets, creating a cohesive summary may seem daunting. However, by leveraging Excel’s advanced features, such as Power Query, you can automate data consolidation while maintaining your existing weekly report format. This guide will walk you through the steps to effectively combine your data, ensuring you meet your reporting needs without sacrificing the ease of your current setup.

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

Don’t want formulae to auto update cell once data moves

If you're frustrated with your formula automatically updating its reference when adding new rows, you're not alone. The formula =COUNTA($C$5:$C$6000) is meant to count entries, but when data is inserted at the top, it shifts the reference, causing confusion. To maintain a consistent starting point at C5, consider using an alternative approach, such as employing dynamic ranges or structured references. This way, you can ensure your data tracking remains accurate, regardless of how often you add new information. Explore these options to streamline your workflow.

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

Need to optimize conditional percentile

Calculating a conditional percentile from a substantial dataset can be challenging, especially with 200,000 rows. Your current formula is thorough but may be causing performance issues due to its complexity. To optimize your approach, consider leveraging more efficient functions or data structures that can handle large datasets effectively. Techniques like using helper columns, array formulas, or even pivot tables can significantly speed up calculations and reduce processing time. Let’s explore strategies that can enhance your workflow and improve the speed of your percentile calculations.

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

Sum unique values in Pivot Table without Data Model

If you're managing surgical case data in a spreadsheet and want to accurately summarize doctor performance using pivot tables, you may face challenges, particularly when tracking unique instances of surgeries performed. Specifically, if your spreadsheet setup only counts cases where a doctor is assigned as the first case of the day, you might struggle to capture accurate metrics for days when multiple doctors are present. Fortunately, there are alternative methods to calculate unique values without relying on the Data Model feature, even on Mac.

Designing Stable Interfaces For Streaming Content
Articles on Smashing Magazine — For Web Designers And Developers

Designing Stable Interfaces For Streaming Content

Designing stable interfaces for streaming content may seem straightforward, yet it encompasses a range of complexities that require careful consideration. From handling layout shifts and accommodating motion preferences to ensuring proper markup and managing various UI states, the nuances are critical for user experience. Key questions arise: How should the interface react during stream interruptions? Can users navigate seamlessly with a keyboard as the UI evolves? Additionally, understanding the necessary ARIA attributes is vital for accessibility.