Forum Widgets
Latest Discussions
Chart from dynamic array challenge
Hi (Excel 365 v2512 b19530.20144 Current Channel / Windows 11 25H2) Charts are definitively not my thing. Spent hours on the following, searching, testing… to no available The below chart data range is a dynamic array (could be wrong for the desired chart) - named GRAPH_Series on sheet GRAPH_Ranges - similar to the array on the left side of the pic. The arrays dynamically resize according to the 'START Year' & 'TOPN Cat' variables - so far so good Setting the Chart data range as =GRAPH_Ranges!GRAPH_Series and changing nothing else the chart updates as expected according to the 'START Year' & 'TOPN Cat'. On the other hand if I change anything in the Select Data Source dialog box the chart won't update properly anymore The expected chart is the same as above with 2020, 2021...2025 (instead of 1, 2,...6) horizontally & D, F, B, A as legend (instead of Series1, Series2...Series4) Thanks & any question please let me know Lz.LorenzoJan 22, 2026Silver Contributor33Views0likes0CommentsExcel pads dynamic array output with #NV values
I have come across a couple of instances, where Excel 365 pads the output (of lambdas) or in this case of a specific formula within a lambda with #NV values (or errors if you like to treat them so.) The following snippet: = LAMBDA(assemblyName; LET( filteredParams; {"a";"b";"c"}; mappedValues; {1;2;3}; transposed; MTRANS(HSTAPELN(filteredParams; mappedValues)); return; WENN(filteredParams = ""; "NV"; transposed); return ))("fake") Gives me the following output: a b c 1 2 3 #NV #NV #NV At the same time, the following slightly different code (letting alone the output of WENN): = LAMBDA(assemblyName; LET( filteredParams; {"a";"b";"c"}; mappedValues; {1;2;3}; transposed; MTRANS(HSTAPELN(filteredParams; mappedValues)); return; WENN(filteredParams = ""; "NV"; transposed); transposed ))("fake") Spits out: a b c 1 2 3 This is not the only case, but is the simpliest, I can reconstruct this kind of error with. Do not mind the logic, it is an edited excerpt, just for illustration. P. S. It is German syntax. English would have TRANSPOSE, HSTACK, IF,... instead. Maybe a little difference in punctuation.PPMJan 21, 2026Occasional Reader18Views0likes0CommentsCelebrating 40 Years of Excel: A Journey of Impact, Innovation, and Community
🎉 Celebrating 40 Years of Microsoft Excel This year, Microsoft Excel turns 40! From its debut in 1985 to becoming the world’s go-to tool for analysis, decision-making, and creativity, Excel has shaped how we work, learn, and share insights. 📊 Excel in Pop Culture Over the decades, Excel has appeared everywhere — from TV shows to internet memes — proving it’s more than just software; it’s part of our culture. ⏳ Excel Through the Decades From the first release in 1985, to the introduction of pivot tables, charts, Power Query, dynamic arrays, and now AI-powered Excel, the journey has been remarkable. 💼 Excel’s Impact on Business For entrepreneurs, enterprises, and analysts alike, Excel has been a cornerstone of productivity, unlocking insights and driving smarter decisions. 💚 A Thank You to the Excel MVPs & Community A heartfelt thank you to the Excel MVPs and community for teaching, inspiring, and sharing knowledge with millions of users worldwide. Your passion has kept Excel thriving for 40 years. 🎂 Here’s to the Next 40 Years From formulas and charts to AI and beyond, the future of Excel is bright. Happy 40th birthday, Excel! 🎉 #ExcelAt40 #ExcelJourney #ExcelImpactOlufemi7Sep 29, 2025Iron Contributor32Views0likes0CommentsExcel at 40: Days of Innovation, Insight, and Impact
Lookup Logic and Formula Mastery (Days 12–13) Day 12: INDEX + MATCH INDEX-MATCH offers precision and control that VLOOKUP can’t match. It allows searching in any direction, handling dynamic ranges, and building smarter formulas. Takeaway: INDEX-MATCH remains a favorite for its flexibility. Day 13: IF Statements The IF function is Excel’s gateway to decision-making — from flagging errors to categorizing data and building nested logic. Takeaway: IF unlocks conditional logic, the foundation of intelligent spreadsheets. Formatting and Data Integrity (Days 14–16) Day 14: Conditional Formatting Highlight trends, flag errors, and guide decisions — all without formulas. Takeaway: Color isn’t decoration; it’s direction. Day 15: Named Ranges Named ranges make formulas readable, reusable, and scalable. Takeaway: A named cell is a documented cell. Day 16: Data Validation Prevent errors before they happen. Data validation ensures consistency and control. Takeaway: Validation is your first line of defense. Advanced Functions and Developer Thinking (Days 17–18) Day 17: LET and LAMBDA Reusable logic, cleaner formulas, and modular thinking. Takeaway: Write once, reuse everywhere. Day 18: Excel as Code Excel can be structured, recursive, and debuggable. Treat it like code. Takeaway: Excel is a logic engine, not just a grid. Visualization and Dashboards (Days 19–20, 24–25) Day 19: Charting Excel’s Visual History From bar charts to dynamic visuals, Excel’s charting tools have evolved to tell better stories. Day 20: Sparklines Tiny visuals with huge impact — sparklines bring context to rows and columns. Day 24: Dashboard Design Tips Whitespace, hierarchy, and purpose-driven visuals matter. Day 25: Data Storytelling Turn numbers into narratives. Takeaway: Good visuals don’t just show; they persuade. Automation and Integration (Days 21–23) Day 21: Power Query Transform messy data into structured insights with just a few clicks. Day 22: Power Pivot Build relationships, create measures, and model data like a pro. Day 23: No-Code Automation Workflows that connect Excel to the Power Platform. AI, Python, and the Future of Excel (Days 26–32) Day 26: Copilot and Python in Excel Ask questions, run code, and automate analysis. Day 27: Excel in Schools and Turing Power Excel teaches logic, empowers students, and builds future thinkers. Day 28: Driven Impact Excel powers AI models and NGO dashboards — smarter sheets, bigger change. Day 29: Excel and GitHub Trigger reports from commits. Excel meets DevOps. Takeaway: Excel is part of your automation stack. Day 30: Excel Humor REF errors. Merged cell chaos. We have all laughed and cried. Day 31: Quick Excel Tips CTRL + SHIFT + L CTRL + E ALT + = Day 32: Excel and AI Predictions From reactive to predictive with natural language, smart forecasts, and proactive insights. Takeaway: Excel is not just reactive; it is predictive. Global Impact and Community (Days 33–36) Day 33: Global Impact and MVP Stories From classrooms to boardrooms, Excel empowers a global community. Takeaway: Excel is powered by people — educators, creators, and problem-solvers. Day 34: Excel in NGOs Supporting development, transparency, and impact measurement. Day 35: Excel in Enterprises Scaling models, compliance, and business-critical decisions. Day 36: Excel in Everyday Life From personal budgets to side hustles, Excel powers daily problem-solving. Final Thoughts Excel is more than a spreadsheet — it is a platform for logic, design, automation, and storytelling. As we celebrate 40 years of innovation, I am grateful for the Excel MVPs, product teams, and the global community of users who keep building smarter with Excel. What is your favorite Excel feature or moment? Share your thoughts and let’s celebrate the journey together.Olufemi7Sep 29, 2025Iron Contributor36Views0likes0CommentsHow to Be an Excel Detective: Finding and Highlighting Formulas
Hi everyone, I recently wrote a blog post on some simple, yet powerful, techniques for anyone who works with Excel spreadsheets, especially those with complex data. I wanted to share a summary of it with this community, as it might be helpful to others who are looking to understand and protect their work. The post covers two main things: Quickly Revealing All Formulas: A simple keyboard shortcut (Ctrl + `) or the "Show Formulas" option can instantly reveal all formulas in a worksheet. This is a great way to quickly see how a spreadsheet is structured. Permanently Highlighting Formulas: The article shows how to use the "Find & Select" > "Formulas" feature to select all cells containing formulas and then permanently highlight them with a fill color. This visual cue can help prevent accidental edits and protect your data. Watch This in Action: For a step-by-step guide on how to use these techniques, you can watch the video on my https://www.youtube.com/@BIGurus. 🔗 https://youtu.be/1x-1dbqlWXk You can also read the full article here: https://medium.com/@anandsharad/how-to-be-an-excel-detective-finding-and-highlighting-formulas-fe9d4fdbc1b1 I'd be happy to answer any questions you have or discuss other Excel tips and tricks in the comments!SharadanandSep 19, 2025Copper Contributor86Views2likes0Comments📣 ExcelAt40 – Days 5 to 10 Recap
Hello Excel Community 👋 I’ve been running a daily series called #ExcelAt40, celebrating 40 years of Microsoft Excel through stories, innovations, and personal reflections. Here’s a recap of Days 5 to 10 — each post dives into a pivotal moment in Excel’s evolution: Day 5: Charting the Future Before dashboards ruled the world, Excel gave us the power to visualize data with clarity Excelat40-day-5-charting-the-future 🧠 Day 6: Formulas That Changed Everything From =SUM() to =XLOOKUP, Excel taught us how to reason with logic. Excelat40-formulas-that-changed-everything 📈 Day 7: PivotTables Debut Celebrating Professor Pito Salas, the visionary behind dynamic data analysis. Pivot Tables Debut 🧬 Day 8: VBA Rises In 1997, Excel unlocked automation with Visual Basic for Applications. VBA Rises 🧩 Day 9: The Ribbon UI Revolution Excel 2007 introduced the Ribbon a bold redesign that changed how we work. https://www.linkediThe Ribbon UI Revolution 🛡️ Day 10: Y2K Audits Excel’s role in averting global disaster during the Y2K crisis. Y2k Audits I will love to hear your thoughts: 💬 Which Excel feature changed the way you work? 📌 What’s your favorite moment in spreadsheet history? Let’s celebrate the legacy together. #ExcelAt40 #MicrosoftExcel #OlufemiBuilds #NoCode #TechLegacy #ExcelCommunity49Views0likes0CommentsExcelAt40 — Day 4: The Birth of Financial Modeling
When Excel launched in the late 1980s, it wasn’t just a new spreadsheet tool — it was the beginning of a revolution in financial modeling. The =NPV() function became a cornerstone for analysts, enabling precise valuation of future cash flows without leaving the grid. This wasn’t just a formula. It was a gateway to: 📈 Investment analysis 🏦 Corporate finance modeling 💼 Startup valuation Excel empowered a generation of finance professionals to build models that shaped decisions, raised capital, and forecasted futures. As we celebrate 40 years of Excel, we honor the formulas that built industries — starting with =NPV().Olufemi7Aug 20, 2025Iron Contributor34Views0likes0CommentsExcel at 40 Week 1: Days 1–3
Celebrating 40 years of Excel in finance, analytics, and beyond On September 30, 1985, Excel launched on the Apple Macintosh. It replaced paper ledgers, VisiCalc, and Lotus 1-2-3 — and changed finance forever. From macros to Power Query, from PivotTables to Python, Excel has evolved into a powerhouse for financial modeling, auditing, and analytics. This 40-day series shares: ✅ 40 lessons from 40 years of Excel in finance ✅ Real-world use cases with Power BI and Microsoft Fabric ✅ Tips for mastering Excel’s most powerful formulas ✅ My journey as a finance analyst using Excel daily Day 1 — A Finance Legacy Begins 📅 From 1985 to 2025: A visual timeline of Excel’s evolution. Revisit the journey from the first release on the Macintosh to today’s AI-powered, cloud-connected version. Day 2 — Highlight Past Event Dates Automatically 🏅 Excel Tip: Highlight rows automatically when the date is 3 or 6 months old — no VBA required. Formulas used: 3 months → =AND(ISNUMBER($A2), $A2 < TODAY() - 90) 6 months → =AND(ISNUMBER($A2), $A2 < EDATE(TODAY(), -6)) ✅ Apply through Conditional Formatting to keep outdated entries visible without manual updates. 🔗 See full solution on Microsoft Tech Community Day 3 — The Evolution of Scale From 4 million cells in 1985 to over 17 billion today, Excel has grown into a data titan. This carousel highlights major milestones and its transformation into a programmable, AI-powered canvas. 💡 From finance models to fantasy football, Excel powers it all. 📌 Satya Nadella on Excel: “Excel formulas, the world’s most popular programming language, is now Turing-complete.” Read more “Excel with Python is like GitHub with Copilot.” Read more 🔗 Official version compatibility guide Follow the Series 📅 New lessons every week — follow along as we count down to all 40 lessons. #ExcelAt40 #MicrosoftExcel #ExcelTips #MicrosoftFabric #PowerBI #ExcelForFinance #FinancialModeling #AuditAutomation94Views0likes0CommentsCharting help needed
Dear Experts, I have a data as below, So , in Column "G" we have 2 Rntis( 21,8,66 & 53714), and I need to plot the time difference for report of each rnti, which is calculated by subtracting the consecutive - SFNs, for that rnti. Now , the problem here is that in below for example , for the rnti-53714, it's not correct, for example at row-244, my last report for rnti=53714 came at row 241, so the difference should be (821-789) * 10, while in my case it's doing the subtraction in consecutive SFNs, which basically messes up my analysis. I tried to do something like below from column W to AF, but not sure how to achieve this properly( X axis should be my time, Y axis should be my average-ms and distribution should be based on the RNTI. Attached is the worksheet..(anything in -ve and above 400 is Outliers and need to be removed) in ms column also. Thanks in Advance! Br, Anupamanupambit1797Jul 30, 2025Iron Contributor14Views0likes0Comments
Resources
Tags
- excel43,543 Topics
- Formulas and Functions25,238 Topics
- Macros and VBA6,535 Topics
- office 3656,262 Topics
- Excel on Mac2,711 Topics
- BI & Data Analysis2,462 Topics
- Excel for web1,992 Topics
- Formulas & Functions1,716 Topics
- Need Help1,703 Topics
- Charting1,683 Topics