Excel Desktop
338 TopicsSuggestion and the recommendation of special functions depreciation
Excel includes 5 formulas to calculate depreciation (SLN,DB,DDB,VDB,SYD) and all of these formulas do not include cells for Starting Date and end date for the cycle to calculate depreciation using it except for VDB formula. For example if we want to calculate depreciation for a specific asset starting from 1st of july,2010 to 31st of December,2015. Using the current existing Excel formulas, depreciation can not be calculated directly. However it is used to calculate depreciation for the whole calendar year starting 1st January till 31st of December not for a partial period starting or ending in different dates. As An example of how complex to calculate depreciation using Excel formulas is SLN method.---------------------------------------------------------------------------------- =IF($A7=1,SLN($A$1,$A$2,$A$3)*((DATEDIF($A$4,DATE(YEAR($A$4),MONTH($A$5),DAY($A$5)),"M")+1)/12), IF($A7=$A$3+1, ((12-((DATEDIF($A$4,DATE(YEAR($A$4),MONTH($A$5),DAY($A$5)),"M")+1)))/12)*SLN($A$1,$A$2,$A$3),SLN($A$1,$A$2,$A$3))) so I hope and recommend that every supervisor in the Arabic blog to help and support to add two more cells to depreciation formulas *Starting date *End date These recommendation make depreciation formulas more useful and matching the accounting the standards whereas depreciation expense is a major expense and miscalculating it leads to disaster. Best regards5.8KViews21likes13CommentsNEW: Welcome to Excel template
If you’re new to Excel, or even if you have some experience with it, you can walk through our most requested features in this tour. With real-world examples and helpful visuals, you’ll be able to sum, fill, sort, filter, and pivot like a pro. Download the template now. Please note that this template only applies to Excel 2013 and 2016 for Windows.12KViews6likes16CommentsHave an Excel question?
Ask the Excel team anything. Get your questions ready for the Excel team! Join our Reddit AMA this Thurs. November 17th at 12pm EST. https://www.reddit.com/r/excel/comments/5aonww/microsoft_excel_product_team_ama_november_17th/ Related Excel Resources: Besides this community we also have a large set of related resources for Excel. From training videos to Hands on labs, from support to feature request. Here are the top links for Excel: Excel Basics Guided Learning: Excel LinkedIn Learning Videos Excel Documentation More Excel Learning YouTube Videos Excel Intermediate-Advanced Guided Learning: Data Analysis using Excel at edx.org Analyzing and Visualizing Data with Excel at edx.org Excel Hands On Labs Analyzing Data in Excel Hands On Labs Get and Transform Data Hands On Labs Excel Data Model Hands On Labs Support Documentation: Excel Documentation What is new in Excel Product and bug support: Excel Support Community: Excel Community Request a Feature: Excel Feature Requests Blog: Excel Blogs Demo Files: Excel Demos Download trial version of Excel Try Power BI for pre-built dashboards On Demand Excel session from Microsoft Ignite: Excel sessions at Microsoft Ignite 20161.4KViews4likes0CommentsFind the smallest value other than zero
Sometimes my question is the search for the smallest value, except for zero The function min or small But fail to it because it will come in short, a smallest value of zero And we are forced to do the work of an array formula, such as in the picture And the following suggestion Argument optional functions max min av small large To neglected zero. It will be a very, very useful Greetings to you5KViews3likes8CommentsExcel Tower Defense
Here's an updated version of my Excel Tower Defense game as mentioned in the recent Excel AMA on Reddit. Backstory: Shortly before Office 2010 shipped, the Excel test team was instructed to take a couple days to make solutions that could stress test some of the new features. Because I enjoy playing tower defense style games I decided to make one in Excel using a mixture of many of the new features in that release (Slicers, cross-sheet dependent Conditional Formatting, the AGGREGATE function, and Sparklines). As an added challenge given my familiarity with calc in Excel, I wanted to see how much of the game could be written without using any macros. I spent roughly 4 work days making the first playable version, including significant time spent discovering, reporting, and working around a number of product bugs along the way so that I could complete the game and also get the product bugs fixed before shipping. After the initial version was up and running, I gave it another 8-16 hours of hobby time adding features and fixing bugs in my solution, such as adding localizability and making mouse UI more robust. In the years since then, I’ve probably only looked at it for an hour or so per year, fixing small issues and adding support for sheet zoom levels and non 96dpi Monitors. Due to the internal popularity, one of our PMs at the time offered to write up a blog post about it and another Missile Command game created by a coworker around the same time. You can find that blog post at https://www.microsoft.com/en-us/microsoft-365/blog/2010/07/27/how-its-made-tower-defense-a-game-in-excel-2010/. Since the images appear broken you may have more success reading this copy from archive.org (https://web.archive.org/web/20100730035318/http://blogs.msdn.com:80/b/excel/archive/2010/07/27/how-it-s-made-tower-defense-a-game-in-excel-2010.aspx). We also published a couple YouTube videos going behind the scenes of how they work. The video for Tower Defense can be found at: https://www.youtube.com/watch?v=SFzi0Xs5_vw While you may notice that the file contains macros, these are only used to enable mouse UI (hover and click). To play the game without enabling macros, simply Unhide the “Game” sheet and then after switching to it, use the keyboard to select cells. Pressing F9 to recalculate will trigger the next frame, treating the active cell as a mouse click. For best results, please make sure to close any other books before opening this one and don’t open any other books at the same time.11KViews2likes0CommentsDrag and Drop Relationships in Power Pivot doesn't work with Excel 2016 and touch screen laptops
*****This issue has now been fixed (version 16.0.7167.2040) ******* This is a known issue and under invesigation but just a heads up in case you come across this issue You can't use Drag and Drop to create relationships between fields in the Diagram view if you are using Excel 2016 and a touch screen laptop. Actually, you can do it using the touch screen, but not by using your mouse or track pad. Hope this gets fixed soon as it's really annoyingSolved3.4KViews2likes6CommentsLet help Microsoft to improve Excel's Power Query performance
By voting here https://excel.uservoice.com/forums/304921-excel-for-windows-desktop-application/suggestions/16852819-power-query-cache-shared-nodes Ken Puls in his recent Why Excel’s Power Query Refresh Speeds Suck explains all details939Views1like0Comments