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 Locking cells to protect only a specific range of sheets Excel (Excel) When using the sheet protection function, there is a function that allows detailed usage such as "allow selection and input in this range of cells, but not in other cells". For example, let's say you have a system that automatically creates transfer data when you enter a company name and amount of money as shown below. In this example... 2024.10.08 Excel Functions
Excel Macro (VBA) Color every other line alternately to make stripes. When creating a table, it is possible to make the table very easy to read if each row is colored alternately and striped. In this issue, we will show you three ways to do this. How to use the table functionHow to set up a tableSelect a cell anywhere in the table you want to make a table and click "Insert... 2024.05.16 Excel Macro (VBA)Excel Functions
Excel Macro (VBA) VBA "Overflow occurred." Error cause and remedy (runtime error '6′:) Cause of ErrorThis error occurs when the data type is not in a format that can be handled, or when the data type exceeds the range of numbers that can be handled. First, let's reproduce the error. As shown in the figure above, we have set up the code to copy the numeric value in cell "B3" to cell "B4". 2024.10.10 Excel Macro (VBA)
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 Functions How to correct "###" in cell display Excel (Excel) When dealing with numbers in Excel, it often happens that the sharpness of the numbers becomes "######" as shown in the title, and the value becomes unreadable. The conclusion is that the reason for the "#####" is that the length of the value is larger than the size of the cell, making it impossible to display... 2024.06.05 Excel Functions
Excel Functions How to display time in 15-minute increments (CEILING and FLOOR functions) Excel In the last issue, we introduced how to use the TIME function to display the time in 15-minute increments, 30-minute increments, etc. (TIME function) Excel pointed out that it would be easier to use the CEILING and FLOOR functions... 2024.06.18 Excel Functions
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.
spreadsheet How to Convert Excel to Google Sheets (Step-by-Step Guide for 2025) This is a detailed beginner's guide to the specific steps for converting an Excel file to a Google Spreadsheet. Are you having trouble when your clients ask you to submit your work in spreadsheet format? The author, who has experience in streamlining IT operations, will teach you how to do it. 2025.06.05 spreadsheet
Excel Functions 3 Easy Ways to Hide or Show Zero Values in Excel: Simple Formatting Tips As shown in the figure below, when "A1" cell contains 150 and "A2" cell also contains the same number, 150, the calculation result of "=A1-A2" is "0" zero. There are three ways to avoid displaying numbers when the result of the calculation is "0" zero. The result of the calculation is "0" zero... 2024.10.29 Excel Functions