office 365
21059 TopicsUtilizing Excel's turing capabilities to create Conway's 'Game of Life'
The Background It's been said with Lambda (and LET and a wealth of functions in 365) Excel has become 'turing-complete'. To quote the article linked below: "You can now, in principle, write any computation in the Excel formula language." https://www.microsoft.com/en-us/research/blog/lambda-the-ultimatae-excel-worksheet-function/ The Challenge I thought it would be fun to create Conway's 'Game of Life' in Excel 365 to see how far I could push things. Conway's Game of Life - Wikipedia The rules are simple: A 'cell' has up to 8 adjacent cells (less if the cell is on the edge of the board). A 'neighbor' is a cell with a 1 while a 'dead' cell is empty. An 18x18 board Multiple iterations Bigger boards! more (it's relaxing to create new shapes and designs) The Approach My first thought was to use MAKEARRAY because I could use 'r' and 'c' coordinates and there would be no stacking. I devised a recursive function that worked for 1 iteration but failed on subsequent iterations because the use of TAKE/DROP was slowly shrinking the board! The revised approach is essentialy a recursive MAP that uses 3 arrays: the input matrix, the 'r' array (row numbers) and the 'c' array (column numbers). It's my way of using r/c without using MAKEARRAY. For Discussion I welcome any improvements to the existing function and any different approaches someone may have to creating Conway's Game of Life. Conway Lambda follows: Conway =LAMBDA(matrix, iterations, IF( iterations = 0, matrix, Conway( LET( height, ROWS(matrix), width, COLUMNS(matrix), r_arr, SEQUENCE(height) * SEQUENCE(, width, 1, 0), c_arr, SEQUENCE(height, , 1, 0) * SEQUENCE(, width), CheckNeighbors, LAMBDA(lattice, r, c, LET( RCx, LAMBDA(row, col, IFERROR(CHOOSECOLS(CHOOSEROWS(matrix, row), col), 0) ), N, RCx(r - 1, c), NE, RCx(r - 1, c + 1), E, RCx(r, c + 1), SE, RCx(r + 1, c + 1), S, RCx(r + 1, c), SW, RCx(r + 1, c - 1), W, RCx(r, c - 1), NW, RCx(r - 1, c - 1), compass, VSTACK(N, NE, E, SE, S, SW, W, NW), neighbors, SUM(compass), IF( AND(lattice = 0, neighbors = 3), 1, IF( AND(lattice = 1, OR(neighbors = 2, neighbors = 3)), 1, 0 ) ) ) ), MAP(matrix, r_arr, c_arr, CheckNeighbors) ), iterations - 1 ) ) )1.9KViews2likes16CommentsShift Work Calendar Year at Glance Template
I would like to use the Shift Work Calendar year at glance Template in Excel, but it is only built for 3 jobs. I need to edit for 7 or more jobs, but can't figure out how to do it. I'm sure it's a simple solution, but I'm new to this.47Views0likes2CommentsHow can I know if I am using Outlook.com or Office 365 Outlook?
How can I know if I am using Outlook.com or Office 365 Outlook? I thought that Office 365 was only online and accessed by a browser. I have a stand-alone Outlook product but the options are only either Office 365 Outlook or Outlook.com, with emphasis on the ".com". So which one should I pick? In the past, all one had to do is click on help -> about and you could see the name of the product and the version, but this is not the case today. When I use a Microsoft tool called "Power Automate" there are clearly two separate options I have to pick from where one is implementing Outlook.com and the other is implementing Office 365 Outlook. Apparently, I have to know which one I am using.38KViews1like8CommentsIs it time to upgrade from Microsoft Office? Everything you need to know.
As a leader of a small or medium-sized business, you may have invested in Microsoft Office years ago through a perpetual license or “on-premises” version to equip your team with essential productivity apps like Word, Excel, and PowerPoint. Over the years, these familiar tools have become ingrained in your daily operations—so much so that you can't imagine working without them. Yet, you may have started noticing limitations. Your apps are stuck on your desktop, limiting productivity anytime you're away from your office. You can't easily access your files or collaborate when working remotely or traveling, creating unnecessary friction for your team. Perhaps you’ve seen your company’s IT expenses creep upwards as you’ve added separate solutions for email, file storage, and virtual meetings. If these challenges sound familiar, you might be considering upgrading to Microsoft 365 Microsoft 365 is a cloud-based subscription service that combines best-in-class productivity apps like Word, Excel, and PowerPoint with powerful collaboration, security, and AI-driven tools. With Microsoft 365, you keep the familiar apps your team already relies on, enhanced with the simplicity, flexibility, and security of the cloud. Empower employees to work from anywhere, meet and chat easily using Microsoft Teams, and collaborate in real-time across documents and apps. Boost your team's productivity with Copilot, your AI-powered assistant for work. Simplify IT and lower costs by consolidating email, storage, and productivity tools into one integrated solution while safeguarding your company’s data. Now is the perfect time to move to Microsoft 365—and we’ve got the numbers to prove it To examine the potential return on investment (ROI) companies realize by implementing Microsoft 365, Microsoft commissioned Forrester Consulting to conduct a study on The Total Economic Impact™ Of Microsoft 365 For Business 1 . The study highlights a substantial 223% ROI over three years, with a payback period of less than six months, proving that the initial investment is quickly recovered. Even more compelling, the study quantified over $500,000 in benefits over three years, driven by: Collaboration time savings of 1.5 hours weekly per user thanks to advanced communication tools, business automation, and process improvements. Enhanced IT specialist productivity, saving 686 hours annually by reducing help desks tickets and minimizing time spent on system updates and patching. Significant cost reductions, with over $297,000 in savings from retiring outdated hardware and software, along with lower IT maintenance costs. The study also highlighted notable unquantified benefits, such as streamlined workflows through automation with Power Automate and improved decision-making with easy-to-use analytics in Power BI. These enhancements empower teams to reduce administrative overhead, focus on strategic tasks, and leverage data-driven insights, driving overall organizational efficiency and growth. Source: The Total Economic Impact™ Of Microsoft 365 For Business Get more out of the tools you use every day More flexibility. No longer are you limited to a single device; Microsoft 365 enables a user license to be used on up to five PCs, tablets, and mobile devices, empowering your team to stay productive wherever they work. Employees can even use their apps offline for up to 30 days, perfect for remote travel or locations with limited internet connectivity. More productivity. Always have the latest features in apps like Word, Excel, PowerPoint, and Teams—no need to buy new versions. Collaborate in real time with document sharing and coauthoring, while 1TB of OneDrive storage keeps files secure and accessible across devices. More security. Protect against phishing, malware, and spam with built-in security policies. Secure access with multi-factor authentication, single sign-on, and remote data wiping for lost or stolen devices. Safeguard business data while enabling AI-driven productivity with Microsoft Copilot. “I think the biggest value is collaboration capabilities. The ease of teams working and collaborating together has improved 100%. From a security standpoint, we have everything in the cloud, so it’s being backed up nightly. If we were unfortunately to get ransomware, we would have the capabilities to restore our information to the previous date. From a business continuity standpoint, it’s been good for us, and it will be good for us in the future.” –IT Director, Manufacturing and Materials interviewed for the Forrester study Time is running out for older versions of Office—here’s what you need to know If your business is still using Office 2016 or Office 2019, it is essential to plan your transition now. Support for these versions ends on October 14, 2025, after which Microsoft will no longer provide critical security updates or technical support. Continuing to use unsupported software can expose your organization to security vulnerabilities, compliance risks, and operational disruptions. Migrating to Microsoft 365 in advance will help safeguard your business, enhance productivity, and simplify IT management. Proactively upgrading now can help you transition seamlessly and mitigate potential risks—don't wait until the deadline approaches. Achieve more with Microsoft 365 Read The Total Economic Impact™ Of Microsoft 365 For Business and download the Infographic to explore the potential financial impact of Microsoft 365 on your business. To move to the cloud with Microsoft 365, purchase online or reach out to a Microsoft Cloud Solution Partner today. Footnote: 1. The Total Economic Impact™ Of Microsoft 365 for Business, a commissioned study conducted by Forrester Consulting on behalf of Microsoft, February 2025. Results are over three years for a composite organization based on interview customers.2.4KViews5likes5CommentsCopilot Agents in Education - join us for a webinar to learn more about AI agents
Join us for an session about AI Agents in Microsoft Copilot, tailored for educators. We'll delve into what Agents are, using them and even creating them. We'll highlight how educational institutions can use AI to enhance user engagement, teaching and learning, and productivity. Discover how the Microsoft Copilot Stack can empower educators and students alike.1.3KViews2likes0CommentsOffice 365 - Excel 2016: Find feature no longer highlights text
I am currently searching a very large file for keywords and there is only a slight outline of the row number and cell meeting my search criteria. Previously, the cell or word would be highlighted to easily identify them. I am hoping the Find feature did not permanently stop highlighting text/cell. Is there a setting to change this?5.5KViews0likes6Comments