Sponsored Links
Excel Functions

Name a cell Excel

There are many times when you need to refer to a cell with coordinates such as "=A1" or "=C50". However, when you try to get the value from another sheet or another book, the coordinates are not always the same.
Excel Functions

Conditional formatting to change the cell color when an item not in the pull-down (drop-down) list is entered Excel (Excel)

In the previous article, we showed you how you can use pull-downs to enter items that are not in the list. However, if you use the VLOOKUP function or the INDEX/MATCH function to tabulate the data, the data cannot be tabulated properly unless it is an exact match. In such a case, you can later determine which items were manually entered...
Excel Macro (VBA)

Excel to allow entry of items not in the pull-down (drop-down) list

When using the pull-down entry function in Excel with the default settings, if you try to enter an item that is not in the list prepared for entry, an error message like the one shown below will appear and you will not be able to enter the item. In such a case, you can either allow any item to be entered, or display a message...
Sponsored Links
Excel Functions

Switch between manual and automatic recalculation methods in Excel (Excel)

Excel, which contains a large number of formulas, will recalculate each time you perform some operation, and you will not be able to perform the next operation until the calculation is finished. If you feel that Excel is too slow, you can stop the recalculation to make it run more smoothly. Also, for some reason without realizing it...
Excel Macro (VBA)

Get the full path (save location and file name) of the opened Excel file "FullName" Excel (Excel) Macro (VBA)

There are many situations where it is useful to be able to retrieve the location of the Excel file you are currently operating on when you are trying 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 "FullName" command, which is useful in such cases. The currently open...
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...
Excel Functions

What does the error message "#VALUE!" mean and what can I do about it?

Error messages are unavoidable when dealing with Excel, and you may be surprised when they suddenly appear. Here are the meanings and countermeasures for these errors. As an example of preconditions, let's make a table like this...
Let's make a petty cash book.

Making a petty cash book 1 (for invoices) Excel (Excel) Practical use

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...
Excel Functions

Error display "#DIV/0!" Meaning and Countermeasures Excel

Error messages are unavoidable when dealing with Excel, and you may be surprised when they suddenly appear. If you know the meaning of the error and what to do about it, there is nothing to be afraid of. Meaning of "#DIV/0!
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...
Sponsored Links
Copied title and URL