Beyond Market Intelligence

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. Read more

Page 47

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

Having problems with my VLOOKUP

Are you struggling with VLOOKUP in your school project? It can be frustrating when you receive incorrect data or N/A errors. Fortunately, there are steps you can take to troubleshoot and fix these issues. Ensure your lookup values are formatted consistently, check for spelling errors, and verify that your ranges are correctly defined. For more insights on related challenges, consider exploring our article on "Formulas that depend on sorted data, how to 'lock' them?" to enhance your understanding of data management.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Excel is not sorting "everything in Alphabetical order", when I go to Data and press sort it out from A-Z

If Excel isn't sorting your data as expected, such as placing "R" before your list starting with "B," it may be due to the presence of hidden characters or formatting issues in your cells. Excel sorts based on the underlying values, which can be affected by extra spaces or non-visible characters. To resolve this, check your data for inconsistencies and ensure that formatting is uniform.
🐈Machine Learning
Machine Learning

Slop is making me feel disconnected from AI Research [D]

In a candid reflection on the current state of AI research, a final-year undergraduate expresses frustration with the growing prevalence of low-quality work and misleading practices. Despite his passion for creativity and innovation in the field, he feels disconnected as the culture shifts towards quantity over quality, with issues like hallucinated citations and inflated publication records becoming more common. While he recognizes the benefits of AI tools in enhancing his work, he wonders if these advancements may inadvertently be hindering the integrity of research.
🐈Machine Learning
Machine Learning

#1 on memory benchmark LongMemEval with Gemini Flash, not Pro [R]

We're excited to announce our top ranking on the LongMemEval benchmark with our experimental memory retrieval system, Gemini Flash, achieving an impressive 96.4% at top-50. This performance highlights the effectiveness of our architecture, which draws on cognitive science principles to enhance retrieval quality. Key innovations include query decomposition for multi-session questions and temporal salience scoring. While this evaluation serves as a foundation, we acknowledge its limitations and invite further exploration. For deeper insights, check out our related article, "Recent Developments in LLM Architectures."
Pandas Isn’t Going Anywhere: Why It’s Still My Go-To for Data Wrangling
Towards Data Science

Pandas Isn’t Going Anywhere: Why It’s Still My Go-To for Data Wrangling

In the ever-evolving landscape of data wrangling, Pandas remains an indispensable tool for many professionals. Despite its limitations with massive datasets, its versatility and reliability for everyday tasks keep it at the forefront of data manipulation. This post, "Pandas Isn’t Going Anywhere: Why It’s Still My Go-To for Data Wrangling," explores its enduring relevance and effectiveness. For those looking to enhance their data skills, our article on creating formulas for comparing data sets can provide valuable insights.
LLM Evals Are Based on Vibes — I Built the Missing Layer That Decides What Ships
Towards Data Science

LLM Evals Are Based on Vibes — I Built the Missing Layer That Decides What Ships

In the evolving landscape of LLM evaluation, many systems rely on vague scoring methods that often lead to inconsistent results. I developed a lightweight evaluation layer in pure Python that transforms LLM outputs into reproducible decisions. By clearly separating attribution, specificity, and relevance, this approach catches hallucinations before they reach production, ensuring higher reliability. For those interested in data management, our article "Pandas Isn’t Going Anywhere: Why It’s Still My Go-To for Data Wrangling" offers insights into enduring tools for effective data handling.
Recent Developments in LLM Architectures: KV Sharing, mHC, and Compressed Attention [P]
Machine Learning

Recent Developments in LLM Architectures: KV Sharing, mHC, and Compressed Attention [P]

Explore the latest advancements in large language model (LLM) architectures, including KV sharing, mHC, and compressed attention, presented by /u/seraschka. These developments promise to enhance efficiency and performance, pushing the boundaries of what LLMs can achieve in data management. For further insights into the evolving landscape of AI evaluation, check out "LLM Evals Are Based on Vibes — I Built the Missing Layer That Decides What Ships." Dive into these articles to discover how innovative approaches are transforming the future of AI technologies.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Got a table with several names that repeat and values to them, I need to calculate the average of the values of 3 names only

Struggling to calculate the average values for specific names in your spreadsheet? You're not alone. Many users encounter challenges when using functions like AVERAGEIFS and SUMIFS, especially when trying to extract averages from datasets with repeating values. If your formulas are returning errors or unexpected results, it could be due to a simple oversight. To help you navigate this issue, consider exploring our article on VLOOKUP, which may provide insights into managing your data more effectively.
If you’re giving a commencement speech in 2026, maybe don’t mention AI
TechCrunch

If you’re giving a commencement speech in 2026, maybe don’t mention AI

As you prepare for a commencement speech in 2026, consider the challenges of inspiring graduates in a world increasingly defined by artificial intelligence. While AI brings remarkable advancements, it can also create uncertainty and apprehension among young minds. Instead of delving into AI’s complexities, focus on themes of resilience, adaptability, and human potential. By shifting the narrative, you can ignite excitement about the future. For insights on navigating the evolving landscape of AI, check out our article "Agents vs Chatbots: Codex Changes Everything."
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Formulas that depend on sorted data, how to 'lock' them?

Sorting data in spreadsheets is essential for accurate analysis, especially when using formulas to identify anomalies. However, formulas that depend on sorted data can lead to uncertainty if rows are inadvertently changed or deleted. To ensure your results remain consistent and reliable, consider locking your formulas or leveraging features like data validation. This approach can safeguard your calculations without the need for time-consuming manual adjustments. For further insights on managing data effectively, explore our article on extracting specific text within a string.
Architectural patterns for graph-enhanced RAG: Moving beyond vector search in production
VentureBeat

Architectural patterns for graph-enhanced RAG: Moving beyond vector search in production

In the evolving landscape of data management, traditional vector search methods in Retrieval-augmented Generation (RAG) often fall short, especially in complex enterprise domains. This article explores the hybrid architecture of graph-enhanced RAG, which combines the semantic strengths of vector search with the structural clarity of graph databases. By maintaining explicit relationships and context, this approach offers a more robust solution for multi-hop reasoning questions that traditional methods struggle with. For deeper insights, check out our related article on the AI skills arms race in automotive.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

I need to convert a MAX function so that it gives me the name of the number instead of the number itself

If you're working on a Pokémon project and need to identify the strongest stat for each Pokémon by name instead of number, you're in the right place. While the MAX function retrieves the highest stat, you'll want to pair it with a method to return the corresponding stat name, such as Attack or Speed. This approach not only streamlines your data but also enhances its usability for other applications. For further insights on related spreadsheet challenges, check out our article on VLOOKUP for additional guidance.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

i need to pull up specific text within a string of texts (search). issue is only a part of the text is returned when i need the whole text that matches with the reference

If you're encountering challenges while extracting specific text from a string, such as identifying "poblacion X" across various municipalities, you're not alone. Your goal is to accurately pull entries like "poblacion V" or "poblacion 4" into the barangay column from your address data. The formula you've implemented is a solid starting point, but fine-tuning may be necessary for optimal results.
🐈Machine Learning
Machine Learning

Program misleading high school students into paying to perform academic misconduct in ML Research [D]

A recent exploration into the practices of Algoverse AI Research reveals troubling trends in how academic misconduct is being marketed to high school students. Kevin Zhu, associated with this program, boasts an impressive publication record, yet the quality of the papers raises significant concerns. Errors abound, with multiple papers seemingly bypassing basic peer review standards. This practice misleads young students into believing that paying for a publication could enhance their academic prospects, potentially compromising their integrity.
🐈Machine Learning
Machine Learning

DeepSeek Exposed: Users Can Access Each Other's Conversations with a Special Input[D]

A recent security report has uncovered a critical privacy flaw in DeepSeek, revealing that a simple character input can expose other users' conversations. This issue highlights serious concerns about the platform's session isolation and data security. Unlike DeepSeek, tools like Cursor and Verdent employ different architectures that mitigate such risks by handling sessions locally or utilizing isolated workspaces. As you evaluate your data management tools, consider the architectural implications.
🐈Machine Learning
Machine Learning

ML lead vs PM on eval-methodology layer independence. who's actually right here? [D]

In a recent debate, an ML lead and a PM clashed over the independence of layers in an evaluation methodology derived from a framework taught at the Product Faculty AI PM cohort. While the framework offers valuable insights for non-engineering PMs, it oversimplifies the statistical interactions between layers. Both parties present valid points: the framework fosters critical thinking about evaluation metrics, yet its abridged form may mislead users regarding layer independence.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

select all blank cells of a specific column (go to special)

If you're looking to fill in blank "barangay" cells in Excel without affecting other columns, the "Go To Special" feature can be tricky. Selecting the entire column before using this function may lead to freezing issues. Instead, focus on the "barangay" column specifically to ensure only those blank cells are targeted. This approach allows you to fill in the missing values with data from column 1 efficiently. For further insights on Excel functionalities, check out our article on pulling specific text within a string.
Neobank Monzo Builds Governed Data Mesh Across 100 Teams and 12000 dbt Models
InfoQ

Neobank Monzo Builds Governed Data Mesh Across 100 Teams and 12000 dbt Models

Monzo has recently transformed its data management strategy by implementing a governed data mesh, supporting over 100 teams and 12,000 dbt models. This innovative approach has led to a significant reduction in data warehouse costs by approximately 40% while enhancing data delivery speed by 25%. By embracing this "meshy" methodology, Monzo is setting a progressive example in data management. For those interested in optimizing data workflows, explore our related article, "Copying Excel Tables to PowerPoint," for practical insights into streamlining your processes.
🐈AI News & Strategy Daily | Nate B Jones
AI News & Strategy Daily | Nate B Jones

GPT-5.5 vs 1000 Piece Lego Set #ai #challenge

In the evolving landscape of technology, the comparison between GPT-5.5 and a 1000-piece Lego set presents a fascinating challenge. Both embody creativity and complexity, yet they serve distinct purposes in our digital lives. While GPT-5.5 offers advanced AI capabilities for diverse applications, the Lego set represents the joy of hands-on creation and problem-solving. To delve deeper into the nuances of AI and its implications, check out our article, "Agents vs Chatbots: Codex Changes Everything," for a broader perspective on emerging technologies.
🐈AI News & Strategy Daily | Nate B Jones
AI News & Strategy Daily | Nate B Jones

Agents vs Chatbots: Codex Changes Everything #aiagents #codex #automation

In the evolving landscape of AI, understanding the distinction between agents and chatbots is crucial, especially as Codex transforms the way we interact with technology. This article delves into how Codex redefines automation, enabling more sophisticated and intuitive data management solutions. By embracing these advancements, users can streamline workflows and enhance productivity. For further insights on maximizing efficiency in data tasks, check out our article, "I have 400,000 lines I need to start at line 1 and label it Account1.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Copying excel tables to PowerPoint

Copying Excel tables to PowerPoint as static images can enhance your presentations, but encountering the UI "L" for resizing can be frustrating. If you're looking to eliminate this issue while using a macro to streamline the process, consider exploring alternative methods to ensure clean images without the resizing handle. Additionally, if you're facing runtime errors when utilizing XLPrinter due to cycling through multiple worksheets, it might be worth reviewing related topics, such as speeding up the labeling of extensive rows.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

I have 400,000 lines I need to start at line 1 and label it Account1, line 2 would be Account2. Dragging takes 20 min. Any way to speed it up?

If you’re managing 400,000 lines in a spreadsheet and finding that dragging to label each line is taking an excessive 20 minutes, there are faster methods to streamline the process. Instead of manual entry, consider using formulas or automation tools to quickly generate labels like "Account1," "Account2," and so on. This approach not only saves time but also enhances your productivity. For more insights on optimizing your workflow, check out our article on selecting and filling blank cells efficiently.
The haves and have nots of the AI gold rush
TechCrunch

The haves and have nots of the AI gold rush

The current AI boom presents a stark divide between the haves and have-nots, casting a shadow over the industry even amid its rapid growth. While some companies are reaping the benefits of innovation and investment, others struggle to keep pace, leading to a sense of unease. This dynamic is highlighted by stories like that of Cerebras Systems, which almost faltered despite becoming a major player in AI technology.
The enterprise risk nobody is modeling: AI is replacing the very experts it needs to learn from
VentureBeat

The enterprise risk nobody is modeling: AI is replacing the very experts it needs to learn from

As AI technology advances, an overlooked risk emerges: the replacement of expertise essential for its continuous improvement. While the industry invests heavily in autonomous self-improvement mechanisms, it underestimates the need for human evaluators who provide critical feedback. With new grad hiring halved since 2019, the pipeline for developing future experts is drying up. This hollowing out of knowledge threatens the integrity of knowledge work. For a deeper dive into related challenges, explore our article on ArXiv's efforts to address AI's impact on research integrity.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

What will make the grey cells in the automatic Excel highlight rule turn into the correct highlighting color (blue color in this case)?

To resolve the issue of grey cells in your Excel automatic highlighting tool, you'll need to adjust your conditional formatting rules. The current rules highlight cells based on their row and column, but you may need to prioritize the blue color condition for cases where a green fill exists. Consider modifying the order of your rules or adding a new condition to ensure that grey cells change to blue when a corresponding row or column is selected.
Ubuntu Embraces Local AI Instead of Cloud-First OS Integration
InfoQ

Ubuntu Embraces Local AI Instead of Cloud-First OS Integration

Ubuntu is charting a bold course in the AI landscape by prioritizing local intelligence over the prevailing trend of cloud-first operating systems. This strategic shift emphasizes modular design and user control, ensuring that the power of AI is harnessed directly on devices rather than relying on external servers. With this approach, Ubuntu aims to empower users with enhanced data management capabilities, fostering a more personalized computing experience.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Inventory Allocating for TTRPG

Introducing an innovative solution for managing loot allocation in your TTRPG sessions! If you're navigating the complexities of item distribution among players after a large battle, our community is here to help. You're on the right track with data validation, but to ensure players can only allocate items within the remaining total, consider using a formula that dynamically updates the available quantity. For further insights, check out our article, "From Data Analyst to Data Engineer: My 12-Month Self-Study Roadmap," for additional tips on mastering Excel.
Research repository ArXiv will ban authors for a year if they let AI do all the work
TechCrunch

Research repository ArXiv will ban authors for a year if they let AI do all the work

ArXiv is taking significant steps to address the misuse of artificial intelligence in scientific research by implementing a one-year ban for authors who rely solely on AI-generated content. This move highlights the importance of maintaining academic integrity and ensuring that human insight remains central to scholarly work.
Marketing operating system Nectar Social raises $30M Series A led by Menlo
TechCrunch

Marketing operating system Nectar Social raises $30M Series A led by Menlo

Nectar Social, an AI-powered marketing platform, has successfully raised $30 million in a Series A funding round led by Menlo Ventures and its Anthology Fund, created in partnership with Anthropic. This significant investment underscores the growing demand for innovative marketing solutions that leverage AI technology. As the industry evolves, Nectar Social is poised to empower marketers with transformative tools to enhance their campaigns.
From Data Analyst to Data Engineer: My 12-Month Self-Study Roadmap
Towards Data Science

From Data Analyst to Data Engineer: My 12-Month Self-Study Roadmap

Embarking on the journey from data analyst to data engineer can be transformative. In my latest post, "From Data Analyst to Data Engineer: My 12-Month Self-Study Roadmap," I share the exact tools I’m learning, the projects I'm building, and the challenges I anticipate along the way. This roadmap not only highlights the essential skills for success but also emphasizes the growth mindset needed in this evolving field.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Is there a way to plot chronological events in a continuous logarithmic X axis that represents time?

Plotting chronological events on a continuous logarithmic X-axis can effectively illustrate the passage of time for historical data. If you're looking to transform your graph to reflect this logarithmic scale, you're not alone in your quest for clarity in data visualization. Understanding how to represent time in a way that highlights significant periods can empower your analysis.
$60B AI chip darling Cerebras almost died early on, burning $8M a month
TechCrunch

$60B AI chip darling Cerebras almost died early on, burning $8M a month

Cerebras Systems, once facing the brink of collapse while burning through $8 million monthly, has emerged as a major player in the tech landscape with its remarkable $60 billion IPO in 2026. The company, initially criticized for pursuing an ambitious chip design deemed impossible, has proven its resilience and innovation. This journey highlights the transformative potential of AI technology in the semiconductor industry.
🐈Data Science
Data Science

For those in corporate roles, how do you all work with the non-technical areas you support?

Navigating the relationship between technical and non-technical teams can be challenging, especially in environments where communication is limited. Many professionals, like you, face the frustration of working in silos, where the vision of data science may not align with the needs of business teams. This disconnect can hinder trust and collaboration. It’s vital to foster open dialogue to ensure that technical solutions genuinely support business strategies. To explore this further, check out our article, "Predictions On-Chain," for insights on building trust in data-driven environments.
🐈AI News & Strategy Daily | Nate B Jones
AI News & Strategy Daily | Nate B Jones

Anthropic's Mythos Just Beat OpenAI's GPT-5.5 At Real Hacking

In a notable advancement, Anthropic's Mythos has outperformed OpenAI's GPT-5.5 in real hacking scenarios, showcasing the potential of AI in cybersecurity. This development highlights a shift in the landscape of AI capabilities, emphasizing the importance of innovative approaches to data security. As AI continues to evolve, understanding these advancements is crucial for users seeking effective solutions. For those interested in the technical underpinnings, our article "Recursive Language Models: An All-in-One Deep Dive" offers insights into the distinctions between various AI models.
Made and Published a Paper Comparing Analysis of CNN and Vision Transformer Architectures for Brain Tumor Detection [R]
Machine Learning

Made and Published a Paper Comparing Analysis of CNN and Vision Transformer Architectures for Brain Tumor Detection [R]

Hello everyone! 😄 I recently completed a research project comparing CNN and Vision Transformer architectures for detecting and classifying brain tumors in MRI scans. I’m seeking feedback on my methodology and any insights you might have. While it’s a small-scale project from my high school days, I believe it has valuable findings to share. You can read the paper here: zenodo.org/records/15973756. I’d appreciate your thoughts! For more on related topics, check out "Recursive Language Models: An All-in-One Deep Dive." Thank you!
OpenAI co-founder Greg Brockman takes charge of product strategy
TechCrunch

OpenAI co-founder Greg Brockman takes charge of product strategy

OpenAI co-founder Greg Brockman is taking the helm of the company’s product strategy, marking a significant shift as OpenAI aims to integrate ChatGPT with its programming tool, Codex. This move reflects a commitment to enhancing user experience and productivity through innovative solutions. As the tech landscape evolves, OpenAI's focus on cohesive product offerings positions it for future success. For those interested in the broader implications of AI advancements, check out our article, "Anthropic's Mythos Just Beat OpenAI's GPT-5.5 At Real Hacking."
🐈PredictiveAnalytics - The Future of Analysis
PredictiveAnalytics - The Future of Analysis

Predictions On-Chain

In an era marked by deepfakes and misinformation, establishing trust in predictions is more crucial than ever. By committing thoughts and ideas to the blockchain before outcomes are known, we can create a transparent and reliable standard for foresight. This approach not only enhances accountability but also empowers individuals to navigate an increasingly complex landscape with confidence. To explore the evolving role of technology in decision-making, consider reading "Do you agree with Judea that learning from data is not everything?" for further insights.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Eu estou com uma planilha e preciso que converter ela em gráfico.

If you have a spreadsheet with a standardized questionnaire containing 13 questions and multiple-choice answers, transforming that data into visual graphs can enhance your insights significantly. By categorizing responses by sector, you can uncover trends and patterns that inform decision-making. This process not only simplifies complex information but also makes it more accessible. To dive deeper into creating tailored solutions, consider exploring our article, "Plantillas Excel Personalizadas a tu negocio o empresa," for personalized Excel templates that fit your needs.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

I am a teacher trying to create a percentage breakdown that has four columns. Three are portions of the grade and one is the full grade.

As a teacher, creating an effective grading breakdown can enhance clarity and transparency for your students. You’re looking to categorize grades into four columns: three representing portions of the grade (15%, 15%, and 70%) and one for the overall grade (100%). To simplify this process, consider using ratios, such as student A scoring 12/15 in the first column. For a step-by-step approach to managing data efficiently, you might find our article on writing formulas for dynamic cell references particularly helpful.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Help writing formula that displays the text from the first non-empty cell in a row, which also has a given text in the same column in a lower row

Are you looking to streamline your grading process for interns and students? You can create a tracking formula that displays the grade from the first non-empty cell in a row, while also matching a specific text criterion in a lower row. For instance, if you're grading English essays, this formula can help dynamically update the tracking cells to reflect the latest grades. If you’re interested in more Excel tips, check out our article, "Sort Column B by Another Column A," for additional insights.
Users turn to jailbreaking their older Kindles as Amazon ends support
TechCrunch

Users turn to jailbreaking their older Kindles as Amazon ends support

As Amazon phases out support for older Kindle models, many users are exploring the option of jailbreaking their devices to continue adding books. While this process can breathe new life into an aging Kindle, it is essential to recognize the potential risks involved, including security vulnerabilities and voiding warranties. For those curious about innovative solutions in technology, our article on "Osaurus brings both local and cloud AI models to your Mac" offers insights into modern advancements that enhance user experience.
Recursive Language Models: An All-in-One Deep Dive
Towards Data Science

Recursive Language Models: An All-in-One Deep Dive

Dive into "Recursive Language Models: An All-in-One Deep Dive" to uncover the nuances that set recursive models apart from ReAct, CodeAct, self-loops, and subagents. This comprehensive exploration provides clarity on how these models function and their distinct applications in the realm of AI. By breaking down complex concepts into accessible insights, the article empowers readers to grasp the future of language processing technology. For those interested in expanding their knowledge further, consider checking out "From Data Analyst to Data Engineer: My 12-Month Self-Study Roadmap."
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

How can I create same formatted with same settings document like this with this many codes ?

Are you struggling to create a document with consistent formatting and settings for a large number of codes? It can be challenging to fit everything on one page while maintaining clarity. Fortunately, there are effective strategies to streamline your process. By leveraging tools and techniques that enhance your spreadsheet experience, you can manage your data efficiently. For further insights on organizing your data, consider reading our article, "I'm creating a pending list spreadsheet," where we discuss creating tailored tables to improve your workflow.
The offline desk gadget that actually got me to sit up straight
TechCrunch

The offline desk gadget that actually got me to sit up straight

If you're seeking a practical solution to improve your posture, Deep Care's $350 offline desk gadget may be worth considering. Though it comes with a higher price tag, this device is designed to enhance your movement habits and promote healthier sitting posture. By providing real-time feedback without the distractions of online connectivity, it empowers users to take charge of their well-being. For insights on transformative tools, check out "Sarah Friar on the Tool That Scaled Her Fundraise," which explores innovative solutions that drive success.
🐈Machine Learning
Machine Learning

Anyone from India attending EEML ? [D]

Are you attending EEML and feeling a bit uncertain about travel and accommodations? You’re not alone! If you're from India and have been accepted, let’s connect and share insights to make the journey smoother. It’s a great opportunity for collaboration and support as we embark on this exciting experience together. For additional resources, consider checking out our article, "From Data Analyst to Data Engineer: My 12-Month Self-Study Roadmap," which offers valuable insights into navigating new challenges in the data field. Let’s support one another!
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

This Week's /r/Excel Recap for the week of May 09 - May 15, 2026

Welcome to this week’s recap of the /r/Excel community for May 9-15, 2026. Dive into the top discussions, including the clever use of the SWITCH function and thoughts on Excel skill levels. Unsolved posts highlight challenges with data management and Copilot integration, inviting shared insights. Notably, the community is also exploring unique applications of Excel, showcasing its versatility. For those facing Excel hurdles, check out our article, "Sort column B by another column A," for additional guidance on navigating complex data scenarios.
🐈Machine Learning
Machine Learning

Do you agree with Judea that learning from data is not everything? [D]

Judea Pearl, a 2011 ACM Turing Award recipient, highlights a critical limitation in data learning: the inability to derive causation solely from correlation. He asserts that mathematical proof underlines these boundaries, emphasizing that some relationships, like aspirin and headaches, cannot be definitively proven through data alone. This insight prompts an important discussion about the limitations of machine learning paradigms. Do you agree with Judea's perspective? For further exploration of similar themes, consider reading "From Data Analyst to Data Engineer: My 12-Month Self-Study Roadmap."
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

I'm creating a pending list spreadsheet

If you're managing exports and need to track pending values by individual, creating a dedicated pending list spreadsheet can streamline your process. By utilizing a formula that searches existing tables for names and sums the amounts owed—only if checkboxes aren't selected—you can efficiently consolidate this information into a single cell. This approach not only organizes your data but also enhances clarity in your workflow. For more insights on enhancing your spreadsheet capabilities, check out our article on "Plantillas Excel Personalizadas a tu negocio o empresa."
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Plantillas Excel Personalizadas a tu negocio o empresa

Transform your business operations with customized Excel templates tailored to your specific needs. Whether you require financial trackers, quotation generators, purchase order systems, or budgeting tools, our personalized solutions streamline your workflow and enhance productivity. By simplifying complex tasks, these templates empower you to focus on what matters most. For insights on creating effective Excel solutions, check out our article, "How can I make dates correspond to annual events for a calendar?" Reach out to us at [tex.studiodigital@outlook.com](mailto:tex.studiodigital@outlook.com) to start your transformation today.
🐈Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

How can I make dates correspond to annual events for a calendar, such as "Dec. 25th always equals Christmas"?

To automate the process of assigning specific dates to annual events in your Excel calendar, you can utilize formulas that link dates to events like Christmas, Mother's Day, or varying dates such as Easter. This approach enhances efficiency by reducing manual data entry for your Catholic organization’s calendar of saints and events. For a practical example of using Excel formulas effectively, consider checking out our related article, "Help writing formula that displays the text from the first non-empty cell in a row.