Excel Functions SUMIF and SUMIFS Functions Excel The SUMIF function can be used to change the contents of the total according to conditions, and the SUMIFS function can be used to specify multiple conditions. The reason why and how to use the SUMIF... 2024.07.04 Excel Functions
Let's make a petty cash book. How to Create a Petty Cash Log in Excel (Invoice-Compliant Template Guide) Many companies and sole proprietorships use petty cash to keep track of personal and company finances. However, it is very time-consuming and error-prone to keep balances and to post the information in the cash book to the accounting system... 2024.05.30 Let's Make SeriesLet's make a petty cash book.
Excel Macro (VBA) How to use the input screen "InputBox" Excel Macro (VBA) If you want to use values or arbitrary characters that do not exist in Excel, the "InputBox" is useful to easily create an input screen during macro execution. In this article, we will briefly explain how to use this "InputBox". 2025.02.21 Excel Macro (VBA)
Edge Fix Excel Clipboard Error: 'The Clipboard Cannot Be Emptied' or 'In Use by Another Application' Frustrated by the "File is in use by another application" error during copy and paste? This article provides a detailed explanation of the issue along with both quick fixes and long-term solutions to resolve it effectively. 2025.06.18 EdgeExcel Functions
Excel Macro (VBA) How to Clear Sheet Data with Excel VBA: Simple Macro Tutorial for Beginners Tired of manually deleting large amounts of Excel data? This article explains how to delete sheet data using VBA macros with ClearContents, Clear, and Delete—completing the task in seconds. 2025.06.18 Excel Macro (VBA)
Excel Functions Automatically create invoices from sales invoices1 Excel (Excel) There are many useful software systems that automatically output invoices as you record sales data if you pay for them, but many people are unable to install software because they "don't have enough money to pay for it" or "management won't allow it" and are making each invoice by hand... 2024.06.10 Excel FunctionsLet's make an invoice from a sales invoice.
Excel Functions How to apply mosaic (blur) Excel When you are preparing a document or manual for external publication, you may need to refer to a web site or a screen where non-public information is visible. In such a case, you would like to put a mosaic like this on the non-public part. We will explain this method in detail in this issue... 2024.07.05 Excel Functions
Excel Macro (VBA) Macro suddenly stopped working Excel(Excel) Macro(VBA) I have been experiencing a phenomenon around me where macros suddenly stop working after having been used normally until yesterday. The phenomenon is that I had set up a macro that is activated by double-clicking on a specific cell, but it no longer responds when double-clicked. I went to "Develop..." to check the contents of the macro. 2024.02.26 Excel Macro (VBA)
Excel Macro (VBA) Get the path (save location) of the opened Excel file "Path" Excel Macro (VBA) In many cases, it is useful to be able to get the location of the Excel file you are currently working on when you want to retrieve values from another Excel file or save a file as a name using a macro. In this article, we will show you how to use the "Path" command, which is useful in such cases. The currently open Excel file... 2024.05.30 Excel Macro (VBA)
Excel Functions How to Fix Missing Sheets in Excel (Step-by-Step Guide) This article explains how to solve the sheet heading hiding problem in Excel from the options settings. Have you ever had trouble finding a sheet in a file created by someone else? This article is written by the author, who has experience in supporting Excel operations. 2025.06.06 Excel Functions