Excel Functions Linking two pull-downs (drop-downs) without macros (when reflected in multiple rows) Excel (Excel) Excel複数行連動プルダウンを作りたい人は必見!この記事ではマクロなしで複数行のドロップダウンを連動させる方法を詳しく解説します。実はINDIRECT関数と名前定義で簡単に実現できるんです。この記事を読めば効率的な一覧表が作れます。 2025.06.09 Excel Functions
Excel Functions Auto-filter cuts out in the middle, how to fix Excel (Excel) Have you ever had a situation where you applied an auto-filter and found that the auto-filter was only working on the 20th row, even though data was included up to the 100th row? In this article, we will introduce what you should check when you encounter such a situation. Auto filter aperture... 2024.06.14 Excel Functions
Excel Functions What does the error message "#NAME? Error messages are unavoidable when dealing with Excel, and you may be surprised when they suddenly appear. Here are the meanings and countermeasures for this error message. Meaning of "#NAME? 2024.06.05 Excel Functions
Excel Functions Insert rows without breaking formulas (using spil) Excel (Excel) With Microsoft365 and Excel 2021 or later versions, you can insert, delete, and rearrange rows without breaking the formula by using a feature called Spill. In this article, we will show you a specific example... 2024.09.13 Excel Functions
Excel Functions How to Remove Write Protection in Excel (Forgotten Password) If you forgot your Excel password, don’t worry! This article explains how to remove write protection easily by simply changing the file extension. Learn how to unlock read-only mode fast. 2025.07.12 Excel Functions
Excel Macro (VBA) About Variable Types Excel(Excel) Macro(VBA) This section explains the types used when declaring variables in "Dim Variables". Here are some typical types of variables that you only need to remember. I almost always use only these. Variable typeThe range of data that can be storedstring stringlong integer (-2,14...) 2024.06.14 Excel Macro (VBA)
Excel Functions Excel (Excel) to automatically create a backup file every time you save Here is how to automatically create a backup file every time you save Excel. Display the General Options screen First, display the "Save As" screen. On the Excel screen, click the "File" tab, then click "Save As," then click "So... 2024.01.10 Excel Functions
Excel Functions For beginners] Explanation of causes of Excel being slow and countermeasures. Manager, have you ever felt 'kind of heavy' when using Excel? Student Yes, sir! I recently started using Excel to improve my business, but I'm having trouble opening files because it takes so long. ManagerYes, that's right. Many people have the same problem... 2024.10.02 Excel Functions
Excel Functions Forgot Password] How to remove sheet protection Excel (Excel) I have a "sheet-protected" Excel file that I really need to unprotect, but the person in charge of applying the protection has already left the company or lost the memo, and I don't know the password. In such cases, do I have no choice but to give up? No, you can... 2024.10.29 Excel Functions
Excel Macro (VBA) Measure macro processing time Excel(Excel) Macro(VBA) When trying to speed up a macro, it is first necessary to be able to determine how much time was saved before and after the improvement, and how much time was saved or not. To do this, it is necessary to be able to measure the time. In this article, we will show you how to do this. In this article, we will discuss the process of... 2024.01.03 Excel Macro (VBA)